From b7c2007696560741e3780c4be94ab931de654010 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Mon, 15 Feb 2021 09:31:26 +0700 Subject: [PATCH] http 2.0 --- configuration/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/haproxy.cfg b/configuration/haproxy.cfg index 7ac61d0..f9fddb6 100644 --- a/configuration/haproxy.cfg +++ b/configuration/haproxy.cfg @@ -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