mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-30 09:53:19 -04:00
Update iOS client DNS servers to Quad9 for improved privacy
This commit is contained in:
@@ -162,8 +162,8 @@ func (c *Client) Run(fd int32, interfaceName string, envList *EnvList) error {
|
||||
|
||||
c.connectClient = internal.NewConnectClient(ctx, cfg, c.recorder)
|
||||
hostDNS := []netip.AddrPort{
|
||||
netip.MustParseAddrPort("1.1.1.1:53"),
|
||||
netip.MustParseAddrPort("1.0.0.1:53"),
|
||||
netip.MustParseAddrPort("9.9.9.9:53"),
|
||||
netip.MustParseAddrPort("149.112.112.112:53"),
|
||||
}
|
||||
return c.connectClient.RunOniOS(fd, c.networkChangeListener, c.dnsManager, hostDNS, c.stateFile)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user