File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ type baseline struct {
29
29
30
30
// baselineResolvers is a list of trusted public DNS resolvers.
31
31
var baselineResolvers = []baseline {
32
- {"8.8.8.8" , 5 }, // Google Primary
33
- {"8.8.4.4" , 5 }, // Google Secondary
32
+ {"8.8.8.8" , 5 }, // Google Primary
33
+ // {"8.8.4.4", 5}, // Google Secondary
34
34
{"95.85.95.85" , 2 }, // Gcore DNS Primary
35
35
{"2.56.220.2" , 2 }, // Gcore DNS Secondary
36
36
{"76.76.2.0" , 2 }, // ControlD Primary
@@ -135,7 +135,7 @@ func trustedResolvers() *pool.Pool {
135
135
timeout := 2 * time .Second
136
136
cpus := runtime .NumCPU ()
137
137
// wildcard detector
138
- serv := servers .NewNameserver ("8.8.8.8 " )
138
+ serv := servers .NewNameserver ("8.8.4.4 " )
139
139
wconns := conn .New (cpus , selectors .NewSingle (timeout , serv ))
140
140
detector = wildcards .NewDetector (serv , wconns , nil )
141
141
// the server pool
You can’t perform that action at this time.
0 commit comments