docs: replace 1.1.1.1 with 8.8.8.8 as default DNS server

This commit is contained in:
zarazaex69
2026-05-21 19:01:10 +03:00
parent 0ec244e0dc
commit 9bf81248c4
16 changed files with 51 additions and 50 deletions

View File

@@ -162,7 +162,7 @@ crypto:
key: "d823fa01cb3e0609b67322f7cf984c4ee2e4ce2e294936fc24ef38c9e59f4799"
net:
transport: datachannel
dns: "1.1.1.1:53"
dns: "8.8.8.8:53"
data: data
```
@@ -193,7 +193,7 @@ crypto:
key: "d823fa01cb3e0609b67322f7cf984c4ee2e4ce2e294936fc24ef38c9e59f4799"
net:
transport: vp8channel
dns: "1.1.1.1:53"
dns: "8.8.8.8:53"
data: data
```
@@ -236,7 +236,7 @@ crypto:
key: "<hex-key-такой-же-как-на-сервере>"
net:
transport: datachannel
dns: "1.1.1.1:53"
dns: "8.8.8.8:53"
socks:
host: "127.0.0.1"
port: 8808
@@ -262,7 +262,7 @@ crypto:
key: "<hex-key>"
net:
transport: vp8channel
dns: "1.1.1.1:53"
dns: "8.8.8.8:53"
socks:
host: "127.0.0.1"
port: 8808
@@ -292,7 +292,7 @@ crypto:
key: "<hex-key>"
net:
transport: vp8channel
dns: "1.1.1.1:53"
dns: "8.8.8.8:53"
socks:
host: "127.0.0.1"
port: 8808