Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created May 11, 2016 14:13
Show Gist options
  • Save marcelog/c3a6a49a830af1d083191effad6cd620 to your computer and use it in GitHub Desktop.
Save marcelog/c3a6a49a830af1d083191effad6cd620 to your computer and use it in GitHub Desktop.
frontend www
bind *:80
mode tcp
acl network_allowed src 1.1.1.1 2.2.2.2
tcp-request connection reject if !network_allowed
use_backend my_backend_server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment