[Fixes: #14777] Set dns nameserver to cloudflare
This commit is contained in:
parent
685c95591c
commit
14c9a7c6ac
|
@ -69,6 +69,8 @@
|
||||||
:EnableDiscV5 true
|
:EnableDiscV5 true
|
||||||
:Host "0.0.0.0"
|
:Host "0.0.0.0"
|
||||||
:AutoUpdate true
|
:AutoUpdate true
|
||||||
|
;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
|
||||||
|
:Nameserver "1.1.1.1"
|
||||||
:PeerExchange true
|
:PeerExchange true
|
||||||
:Port 0
|
:Port 0
|
||||||
:UDPPort 0})
|
:UDPPort 0})
|
||||||
|
|
Loading…
Reference in New Issue