mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 23:28:08 +03:00
Fix server reconfig
This commit is contained in:
parent
5bc6d00aa0
commit
5ba43a59f4
1 changed files with 1 additions and 0 deletions
1
dns.go
1
dns.go
|
@ -71,6 +71,7 @@ func generateServerConfig() dnsforward.ServerConfig {
|
|||
}
|
||||
newconfig.Upstreams = append(newconfig.Upstreams, dnsUpstream)
|
||||
}
|
||||
newconfig.AllServers = config.DNS.AllServers
|
||||
return newconfig
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue