about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:18:40 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:18:40 +0100
commit98470f7be2244d2c40c0bd547eeef5b3bde2e858 (patch)
treeb74c3ac235944a502d6b09b11dd6d4a49eea586e
parent294d2e94a6cc2f98960d6844b7a10f02b0ce940e (diff)
go-away: allow traffic from private networks
Signed-off-by: Robert Günzler <r@gnzler.io>
-rw-r--r--bundles/go-away/files/config/policy.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/go-away/files/config/policy.yml b/bundles/go-away/files/config/policy.yml
index a403c38..a30122f 100644
--- a/bundles/go-away/files/config/policy.yml
+++ b/bundles/go-away/files/config/policy.yml
@@ -57,12 +57,12 @@ rules:
 
   # Matches private networks and localhost.
   # Uncomment this if you want to let your own tools this way
-  #  - name: allow-private-networks
-  #    conditions:
-  #      # Allows localhost and private networks CIDR
-  #      - *is-network-localhost
-  #      - *is-network-private
-  #    action: pass
+  - name: allow-private-networks
+    conditions:
+      # Allows localhost and private networks CIDR
+      - *is-network-localhost
+      - *is-network-private
+    action: pass
 
   - name: undesired-crawlers
     conditions: