-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.json
More file actions
37 lines (37 loc) · 731 Bytes
/
Copy pathsetting.json
File metadata and controls
37 lines (37 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"net": "udp",
"listen": "0.0.0.0:5353",
"timeout": 5000,
"upstreams": [
{
"net": "udp",
"address": "8.8.8.8:53",
"mode": "dnsproxy"
},
{
"net": "tcp",
"address": "8.8.8.8:53",
"mode": "hybrid"
},
{
"net": "tcp-tls",
"address": "1.1.1.1:853"
},
{
"net": "https",
"address": "dns.adguard.com/dns-query"
},
{
"net": "quic",
"address": "dns.adguard.com:853"
},
{
"net": "sdns",
"address": "AQIAAAAAAAAAFDE3Ni4xMDMuMTMwLjEzMDo1NDQzINErR_JS3PLCu_iZEIbq95zkSV2LFsigxDIuUso_OQhzIjIuZG5zY3J5cHQuZGVmYXVsdC5uczEuYWRndWFyZC5jb20"
}
],
"blackList": [
"192.168.16.0/24",
"fe80::0/128"
]
}