Skip to content

Instantly share code, notes, and snippets.

@UnixSage
Last active September 21, 2018 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UnixSage/8ae60cdf3c889ebc446aadc1e8e43514 to your computer and use it in GitHub Desktop.
Save UnixSage/8ae60cdf3c889ebc446aadc1e8e43514 to your computer and use it in GitHub Desktop.
IPv6 to IPv4 Proxy
frontend localnodes
bind :::443 v4v6
mode tcp
default_backend nodes
timeout client 1m
backend nodes
mode tcp
balance roundrobin
server W.X.Y.Z:443
timeout connect 10s
timeout server 1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment