mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 20:52:15 +08:00
chore: proxy-server-nameserver
does not follow the nameserver-policy
This commit is contained in:
parent
e026ac6a2a
commit
5737fbc23c
@ -516,7 +516,7 @@ func NewProxyServerHostResolver(old *Resolver) *Resolver {
|
|||||||
main: old.proxyServer,
|
main: old.proxyServer,
|
||||||
lruCache: old.lruCache,
|
lruCache: old.lruCache,
|
||||||
hosts: old.hosts,
|
hosts: old.hosts,
|
||||||
policy: old.policy,
|
policy: trie.New[*Policy](),
|
||||||
ipv6Timeout: old.ipv6Timeout,
|
ipv6Timeout: old.ipv6Timeout,
|
||||||
}
|
}
|
||||||
return r
|
return r
|
||||||
|
Loading…
Reference in New Issue
Block a user