mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 06:07:36 +03:00
Try dnscrypt-proxy to resolve configured hosts when ignore_system_dns (#2204)
This commit is contained in:
parent
ca0f353087
commit
b3318a94b7
4 changed files with 40 additions and 12 deletions
|
@ -232,6 +232,7 @@ func (serversInfo *ServersInfo) refresh(proxy *Proxy) (int, error) {
|
|||
for _, registeredServer := range registeredServers {
|
||||
if err = serversInfo.refreshServer(proxy, registeredServer.name, registeredServer.stamp); err == nil {
|
||||
liveServers++
|
||||
proxy.xTransport.internalResolverReady = true
|
||||
}
|
||||
}
|
||||
serversInfo.Lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue