From de6ee34f12af6327eb60b332b8f1ed382429c38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 18 Feb 2025 17:38:32 +0800 Subject: [PATCH] Fix http3 DNS server --- dns/transport/quic/http3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/transport/quic/http3.go b/dns/transport/quic/http3.go index 43f284d2..a5181ae0 100644 --- a/dns/transport/quic/http3.go +++ b/dns/transport/quic/http3.go @@ -72,7 +72,7 @@ func NewHTTP3(ctx context.Context, logger log.ContextLogger, tag string, options } } destinationURL := url.URL{ - Scheme: "HTTP3", + Scheme: "https", Host: host, } if destinationURL.Host == "" {