From 47ee587e1b18d9ddd98e403c60893014930fd3ce Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Thu, 28 Jan 2021 16:38:44 +0700 Subject: [PATCH] Leaks Fixing --- configuration/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/haproxy.cfg b/configuration/haproxy.cfg index 2e70352..952bec1 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.ludns.nakadlto.cz.pem - bind [::]:443 strict-sni tfo ssl crt /etc/haproxy/certs/doh.ludns.nakadlto.cz.pem + 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 mode http