Skip to content

Instantly share code, notes, and snippets.

@meineerde
Last active June 22, 2020 19:45
Show Gist options
  • Save meineerde/4a774e4be9e5eed9ec9c580259bc92b9 to your computer and use it in GitHub Desktop.
Save meineerde/4a774e4be9e5eed9ec9c580259bc92b9 to your computer and use it in GitHub Desktop.
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