mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-08-23 01:27:13 +02:00
all: change bootstrap DNS for ipv4/ipv6
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const (
|
||||
ResolverTypePrivate = "private"
|
||||
)
|
||||
|
||||
var bootstrapDNS = "76.76.2.0"
|
||||
const bootstrapDNS = "76.76.2.22"
|
||||
|
||||
// or is the Resolver used for ResolverTypeOS.
|
||||
var or = &osResolver{nameservers: defaultNameservers()}
|
||||
|
||||
Reference in New Issue
Block a user