mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-18 08:20:53 +00:00
fix: doh ipv6 default
This commit is contained in:
parent
020396f299
commit
23708737c9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func newDoHClient(urlString string, r *Resolver, preferH3 bool, params map[strin
|
|||
TokenStore: newQUICTokenStore(),
|
||||
},
|
||||
httpVersions: httpVersions,
|
||||
ipv6: resolver.DisableIPv6,
|
||||
ipv6: !resolver.DisableIPv6,
|
||||
}
|
||||
|
||||
if params["skip-cert-verify"] == "true" {
|
||||
|
|
Loading…
Add table
Reference in a new issue