diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:18:40 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:18:40 +0100 |
| commit | 98470f7be2244d2c40c0bd547eeef5b3bde2e858 (patch) | |
| tree | b74c3ac235944a502d6b09b11dd6d4a49eea586e /bundles/go-away | |
| parent | 294d2e94a6cc2f98960d6844b7a10f02b0ce940e (diff) | |
go-away: allow traffic from private networks
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/go-away')
| -rw-r--r-- | bundles/go-away/files/config/policy.yml | 12 |
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: |