mirror of
https://github.com/minoplhy/DNSserver.git
synced 2024-11-24 02:06:52 +00:00
http 2.0
This commit is contained in:
parent
0279f27cd0
commit
b7c2007696
@ -62,8 +62,8 @@ backend dns-dot
|
||||
|
||||
# TCP LB (443)
|
||||
frontend 443-in-doh
|
||||
bind 0.0.0.0:443 strict-sni tfo ssl crt /etc/haproxy/certs/doh.domain.pem
|
||||
bind [::]:443 strict-sni tfo ssl crt /etc/haproxy/certs/doh.domain.pem
|
||||
bind 0.0.0.0:443 strict-sni tfo ssl crt /etc/haproxy/certs/doh.domain.pem alpn h2,http/2
|
||||
bind [::]:443 strict-sni tfo ssl crt /etc/haproxy/certs/doh.domain.pem alpn h2,http/2
|
||||
|
||||
mode http
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user