Fix HAProxy unprivileged TLS listener
This commit is contained in:
@@ -11,7 +11,7 @@ defaults
|
||||
timeout server 24h
|
||||
|
||||
frontend tls_443
|
||||
bind 0.0.0.0:443
|
||||
bind 0.0.0.0:8443
|
||||
tcp-request inspect-delay 5s
|
||||
tcp-request content accept if { req.ssl_hello_type 1 }
|
||||
|
||||
@@ -23,10 +23,10 @@ frontend tls_443
|
||||
default_backend caddy_https
|
||||
|
||||
backend singbox_anytls
|
||||
server anytls 127.0.0.1:28443
|
||||
server anytls host.docker.internal:28443
|
||||
|
||||
backend singbox_trojan
|
||||
server trojan 127.0.0.1:32700
|
||||
server trojan host.docker.internal:32700
|
||||
|
||||
backend caddy_https
|
||||
server caddy 127.0.0.1:8443
|
||||
server caddy caddy:443
|
||||
|
||||
Reference in New Issue
Block a user