-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalDNS.json
More file actions
33 lines (33 loc) · 823 Bytes
/
LocalDNS.json
File metadata and controls
33 lines (33 loc) · 823 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
{
"version": 1,
"rules": [
{
"ip_cidr": [
"202.120.2.90/32",
"2001:da8:8000:1:202:120:2:90/128",
"202.120.2.100/32",
"2001:da8:8000:1:202:120:2:100/128",
"202.120.2.101/32",
"2001:da8:8000:1:202:120:2:101/128",
"202.141.162.123/32",
"202.141.176.93/32",
"202.38.93.153/32",
"2001:da8:d800:931::153/128",
"202.38.93.94/32",
"2001:da8:d800:931::94/128",
"202.112.20.131/32",
"2001:da8:3000:2000::53/128",
"223.6.6.6/32",
"2400:3200:baba::1/128",
"223.5.5.5/32",
"2400:3200::1/128",
"119.29.29.29/32",
"2402:4e00::/128",
"1.12.12.12/32",
"120.53.53.53/32",
"114.114.114.114/32",
"114.114.115.115/32"
]
}
]
}