chore: proxy-server-nameserver
does not follow the nameserver-policy
This commit is contained in:
parent
2d441bc91f
commit
26ed6eaf69
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue