Revert IPv6
This commit is contained in:
parent
357047237c
commit
f8f161e479
1 changed files with 10 additions and 10 deletions
|
@ -63,8 +63,8 @@
|
|||
|
||||
frontend http
|
||||
mode http
|
||||
# bind :80
|
||||
bind :::80 v4v6
|
||||
bind :80
|
||||
# bind :::80 v4v6
|
||||
# bind :443 ssl crt /Storage/Data/Docker/sysctl.io/letsencrypt/external/*.sysctl.io/combined.pem
|
||||
|
||||
acl is-blocked-ip src -f /etc/haproxy-blocked-ips
|
||||
|
@ -81,12 +81,12 @@
|
|||
|
||||
frontend tcp
|
||||
mode tcp
|
||||
# bind :25565
|
||||
# bind :4443
|
||||
# bind :443
|
||||
bind :::25565 v4v6
|
||||
bind :::4443 v4v6
|
||||
bind :::443 v4v6
|
||||
bind :25565
|
||||
bind :4443
|
||||
bind :443
|
||||
# bind :::25565 v4v6
|
||||
# bind :::4443 v4v6
|
||||
# bind :::443 v4v6
|
||||
|
||||
acl is-blocked-ip src -f /etc/haproxy-blocked-ips
|
||||
http-request deny if is-blocked-ip
|
||||
|
@ -111,8 +111,8 @@
|
|||
|
||||
frontend vintage-story
|
||||
mode tcp
|
||||
# bind :42420
|
||||
bind :::42420 v4v6
|
||||
bind :42420
|
||||
# bind :::42420 v4v6
|
||||
default_backend backend_vintage-story
|
||||
backend backend_vintage-story
|
||||
mode tcp
|
||||
|
|
Loading…
Add table
Reference in a new issue