Last active
June 22, 2020 19:45
-
-
Save meineerde/4a774e4be9e5eed9ec9c580259bc92b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acl from_internal_network src 192.168.0.0/16 | |
acl restricted_path path -m reg ^/+admin/ | |
http-request deny if restricted_path ! from_internal_network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment