mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-06 22:18:52 +01:00
fix client
This commit is contained in:
parent
68291c5a2c
commit
66b083c7b3
@ -804,7 +804,7 @@ func (e *Engine) updateNetworkMap(networkMap *mgmProto.NetworkMap) error {
|
||||
|
||||
var dnsRouteFeatureFlag bool
|
||||
if networkMap.PeerConfig != nil {
|
||||
dnsRouteFeatureFlag = networkMap.PeerConfig.RoutingPeerDnsResolutionEnabled
|
||||
dnsRouteFeatureFlag = false
|
||||
}
|
||||
routedDomains, routes := toRoutes(networkMap.GetRoutes())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user