Skip to content

Commit 7fba935

Browse files
committed
config change
1 parent 2ab0276 commit 7fba935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: engine/plugins/support/resolvers.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ type baseline struct {
2929

3030
// baselineResolvers is a list of trusted public DNS resolvers.
3131
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
3434
{"95.85.95.85", 2}, // Gcore DNS Primary
3535
{"2.56.220.2", 2}, // Gcore DNS Secondary
3636
{"76.76.2.0", 2}, // ControlD Primary
@@ -135,7 +135,7 @@ func trustedResolvers() *pool.Pool {
135135
timeout := 2 * time.Second
136136
cpus := runtime.NumCPU()
137137
// wildcard detector
138-
serv := servers.NewNameserver("8.8.8.8")
138+
serv := servers.NewNameserver("8.8.4.4")
139139
wconns := conn.New(cpus, selectors.NewSingle(timeout, serv))
140140
detector = wildcards.NewDetector(serv, wconns, nil)
141141
// the server pool

0 commit comments

Comments
 (0)