mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-22 22:08:39 +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
|
var dnsRouteFeatureFlag bool
|
||||||
if networkMap.PeerConfig != nil {
|
if networkMap.PeerConfig != nil {
|
||||||
dnsRouteFeatureFlag = networkMap.PeerConfig.RoutingPeerDnsResolutionEnabled
|
dnsRouteFeatureFlag = false
|
||||||
}
|
}
|
||||||
routedDomains, routes := toRoutes(networkMap.GetRoutes())
|
routedDomains, routes := toRoutes(networkMap.GetRoutes())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user