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 == "" {