From b67611094e8997107f5345d62ba51de962aa4a72 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 18 Jul 2025 00:28:10 -0700 Subject: [PATCH 1/2] YC --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de13050..356859a0 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,12 @@ _Pangolin tunnels your services to the internet so you can access anything from

- Start testing Pangolin at pangolin.fossorial.io -
-
+ Start testing Pangolin at pangolin.fossorial.io + +

+ +

+ Launch YC: Pangolin – Open-source secure gateway to private networks

Pangolin is a self-hosted tunneled reverse proxy server with identity and access control, designed to securely expose private resources on distributed networks. Acting as a central hub, it connects isolated networks — even those behind restrictive firewalls — through encrypted tunnels, enabling easy access to remote services without opening ports. From 87a36d6ae3dff03e65059ee21dd856e523a9573a Mon Sep 17 00:00:00 2001 From: Bhanu Date: Fri, 18 Jul 2025 18:40:15 +0530 Subject: [PATCH 2/2] Small Typo causes crowdsec to fail first rule is named iame instead of name. seems like a recent typo. I edited file manually and it seems to have allowed crowdsec to boot up. --- install/config/crowdsec/profiles.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/config/crowdsec/profiles.yaml b/install/config/crowdsec/profiles.yaml index 0632f51d..5781cf62 100644 --- a/install/config/crowdsec/profiles.yaml +++ b/install/config/crowdsec/profiles.yaml @@ -1,4 +1,4 @@ -iame: captcha_remediation +name: captcha_remediation filters: - Alert.Remediation == true && Alert.GetScope() == "Ip" && Alert.GetScenario() contains "http" decisions: @@ -22,4 +22,4 @@ filters: decisions: - type: ban duration: 4h -on_success: break \ No newline at end of file +on_success: break