From 98470f7be2244d2c40c0bd547eeef5b3bde2e858 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:18:40 +0100 Subject: go-away: allow traffic from private networks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/go-away/files/config/policy.yml | 12 ++++++------ 1 file 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: -- cgit 1.4.1