diff options
Diffstat (limited to '')
| -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: |