diff options
Diffstat (limited to 'bundles')
| -rw-r--r-- | bundles/go-away/files/config/policy.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/go-away/files/config/policy.yml b/bundles/go-away/files/config/policy.yml index a30122f..a0c1730 100644 --- a/bundles/go-away/files/config/policy.yml +++ b/bundles/go-away/files/config/policy.yml @@ -115,8 +115,9 @@ rules: - name: homesite conditions: - 'path == "/"' - - 'path == "/links/~ssh"' - - 'path == "/links/~pgp"' + - 'path == "/healthz"' + - 'path.startsWith("/~")' + - 'path.startsWith("/links/~")' action: pass # check DNSBL and serve harder challenges |