Skip to content

Commit 3179c15

Browse files
spazeondrejmirtes
authored andcommitted
Change Cloudflare DNS to family version
1.1.1.1 (and 1.0.0.1) is often blocked on network level due to either buggy network devices or intentionally (like in #9106). 1.1.1.2 together with 1.0.0.2 (malware-blocking DNS) and 1.1.1.3 with 1.0.0.3 (malware and adult blocking) are less-known Cloudflare DNS addresses and as such may work more often than 1.1.1.1. It certainly helps here, I can't reach 1.1.1.1 due to buggy ISP router but can go to 1.1.1.2 easily.
1 parent b551095 commit 3179c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/config.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ parameters:
230230
errorFormat: null
231231
pro:
232232
dnsServers:
233-
- '1.1.1.1'
233+
- '1.1.1.2'
234234
__validate: true
235235

236236
extensions:

0 commit comments

Comments
 (0)