Last active
September 21, 2018 13:07
-
-
Save UnixSage/8ae60cdf3c889ebc446aadc1e8e43514 to your computer and use it in GitHub Desktop.
IPv6 to IPv4 Proxy
This file contains 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 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