mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 14:44:02 +03:00
Change default DOH to cloudflarte
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ const (
|
||||
// DefaultDOHHostname defines a default IP address for DOH host. Since mtg is
|
||||
// simple, please pass IP address here. We do not have bootstrap servers here
|
||||
// embedded.
|
||||
DefaultDOHHostname = "9.9.9.9"
|
||||
DefaultDOHHostname = "1.1.1.1"
|
||||
|
||||
// DNSTimeout defines a timeout for DNS queries.
|
||||
DNSTimeout = 5 * time.Second
|
||||
|
||||
Reference in New Issue
Block a user