mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Use a netprobe address less likely to be blocked/considered invalid
This commit is contained in:
parent
f44d9f658b
commit
33537be040
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ func newConfig() Config {
|
|||
LogMaxBackups: 1,
|
||||
TLSDisableSessionTickets: false,
|
||||
TLSCipherSuite: nil,
|
||||
NetprobeAddress: "1.0.0.0:0",
|
||||
NetprobeAddress: "9.9.9.9:53",
|
||||
NetprobeTimeout: 30,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue