Skip to content

Commit e4b933c

Browse files
committed
🔧 chore(config): 更新DOH服务器地址为阿里云公共DNS
1 parent 749946f commit e4b933c

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

src/Clash/Mixin/仅Adobe防弹窗.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function main(content) {
1414
const extraDNS = {
1515
nameserver: [
1616
'https://223.5.5.5/dns-query',
17-
'https://1.12.12.12/dns-query',
1817
],
1918
}
2019

src/Clash/Mixin/仅DNS.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
function main(content) {
22
const cnDnsList = [
33
'https://223.5.5.5/dns-query',
4-
'https://1.12.12.12/dns-query',
54
]
65
const trustDnsList = [
7-
'https://doh.apad.pro/dns-query',
86
'https://1.0.0.1/dns-query',
97
]
108
const extraDNS = {

src/Clash/Mixin/通用.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function main(content) {
9191
const extraDNS = {
9292
nameserver: [
9393
'https://223.5.5.5/dns-query',
94-
'https://1.12.12.12/dns-query',
9594
],
9695
}
9796

src/Loon/RemoteConfig/LoonTemplate.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
disconnect-on-policy-change = true
1313
geoip-url = https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/country.mmdb
1414
ipv6 = false
15-
doh-server = https://1.12.12.12/dns-query
15+
doh-server = https://223.5.5.5/dns-query
1616
skip-proxy = 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,localhost,*.local,e.crashlynatics.com
1717
bypass-tun = 10.0.0.0/8,100.64.0.0/10,127.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.0.0.0/24,192.0.2.0/24,192.88.99.0/24,192.168.0.0/16,198.51.100.0/24,203.0.113.0/24,224.0.0.0/4,255.255.255.255/32
1818
# doh-server=

src/Shadowrocket/RemoteConfig/Lainbo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[General]
1313
ipv6 = false
1414
bypass-system = true
15-
dns-server = https://1.12.12.12/dns-query
15+
dns-server = https://223.5.5.5/dns-query
1616
bypass-tun = 10.0.0.0/8, 100.64.0.0/10, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/12, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, 192.168.0.0/16, 198.18.0.0/15, 198.51.100.0/24, 203.0.113.0/24, 224.0.0.0/4, 255.255.255.255/32
1717
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, *.crashlytics.com, *.edu.cn, captive.apple.com
1818

0 commit comments

Comments
 (0)