Skip to content

Commit

Permalink
update default dns servers
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb committed Feb 21, 2025
1 parent de89278 commit 3280378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
var (
Json = jsoniter.ConfigCompatibleWithStandardLibrary

DNSServers = []string{"1.1.1.1:53", "223.5.5.5:53"}
DNSServers = []string{"8.8.8.8:53", "8.8.4.4:53", "1.1.1.1:53", "1.0.0.1:53"}
)

var ipv4Re = regexp.MustCompile(`(\d*\.).*(\.\d*)`)
Expand Down

0 comments on commit 3280378

Please sign in to comment.