mirror of
https://github.com/daeuniverse/dae.git
synced 2025-08-04 01:00:02 +07:00
docs: Google DNS should use dns.google instead of dns.google.com (#664)
This commit is contained in:
@ -196,7 +196,7 @@ subscription {
|
||||
# See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/dns.md for full examples.
|
||||
dns {
|
||||
upstream {
|
||||
googledns: 'tcp+udp://dns.google.com:53'
|
||||
googledns: 'tcp+udp://dns.google:53'
|
||||
alidns: 'udp://dns.alidns.com:53'
|
||||
}
|
||||
routing {
|
||||
|
Reference in New Issue
Block a user