mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-11 04:44:14 +08:00
Fix http3 DNS server
This commit is contained in:
parent
3b12d00320
commit
de6ee34f12
@ -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 == "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user