Skip to content

Commit

Permalink
增加国内可访问的 Cloudflare DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu committed Oct 16, 2023
1 parent c3abba9 commit 1189dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type DockerNetworkConfiguration struct {
Interface string `default:"172.18.0.1" json:"interface" yaml:"interface"`

// The DNS settings for containers.
Dns []string `default:"[\"223.5.5.5\", \"8.8.8.8\", \"114.114.114.114\"]"`
Dns []string `default:"[\"1.0.0.1\", \"223.5.5.5\", \"8.8.8.8\", \"114.114.114.114\"]"`

// The name of the network to use. If this network already exists it will not
// be created. If it is not found, a new network will be created using the interface
Expand Down

0 comments on commit 1189dbd

Please sign in to comment.