Browse Source

Update DNS Routing (#6045)

* Update DNS Routing

* Removed outdated DNS IP
pull/6049/head
TTG 1 week ago committed by GitHub
parent
commit
87f1c129b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      v2rayN/ServiceLib/Sample/custom_routing_black
  2. 6
      v2rayN/ServiceLib/Sample/custom_routing_white

3
v2rayN/ServiceLib/Sample/custom_routing_black

@ -116,8 +116,9 @@
"domain:dns.google", "domain:dns.google",
"domain:adguard-dns.com", "domain:adguard-dns.com",
"domain:opendns.com", "domain:opendns.com",
"domain:umbrella.com",
"domain:quad9.net", "domain:quad9.net",
"domain:dns.yandex.ru" "domain:yandex.net"
] ]
}, },
{ {

6
v2rayN/ServiceLib/Sample/custom_routing_white

@ -63,14 +63,16 @@
"140.207.198.6", "140.207.198.6",
"1.2.4.8", "1.2.4.8",
"210.2.4.8", "210.2.4.8",
"117.50.11.11",
"52.80.66.66", "52.80.66.66",
"117.50.22.22",
"2400:7fc0:849e:200::4", "2400:7fc0:849e:200::4",
"2404:c2c0:85d8:901::4", "2404:c2c0:85d8:901::4",
"117.50.10.10", "117.50.10.10",
"52.80.52.52", "52.80.52.52",
"2400:7fc0:849e:200::8", "2400:7fc0:849e:200::8",
"2404:c2c0:85d8:901::8" "2404:c2c0:85d8:901::8",
"117.50.60.30",
"52.80.60.30"
] ]
}, },
{ {

Loading…
Cancel
Save