Fix http3 DNS server

This commit is contained in:
世界 2025-02-18 17:38:32 +08:00
parent 3b12d00320
commit de6ee34f12
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

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