Created
May 10, 2025 05:20
-
-
Save zerwes/fca41af397e86300f947c9d4f6a4abd8 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
frontend front_https | |
acl network_allowed src 100.111.222.100 | |
acl host_www hdr(host) -i zero-sys.net | |
http-request deny if host_www !network_allowed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment