更新 loon/loon.conf
This commit is contained in:
parent
4d29a541f3
commit
9dbee21a7a
@ -8,10 +8,9 @@
|
|||||||
ip-mode = dual
|
ip-mode = dual
|
||||||
ipv6-vif = off
|
ipv6-vif = off
|
||||||
|
|
||||||
# DNS配置 - 平衡防泄露和连接稳定性
|
# DNS配置 - 优化解析速度
|
||||||
dns-server = system,119.29.29.29,223.5.5.5,114.114.114.114
|
dns-server = 119.29.29.29,223.5.5.5,114.114.114.114,system
|
||||||
doh-server = https://doh.pub/dns-query,https://dns.alidns.com/dns-query
|
doh-server = https://doh.pub/dns-query,https://dns.alidns.com/dns-query
|
||||||
doq-server = quic://dns.adguard.com:784
|
|
||||||
|
|
||||||
# DNS安全配置
|
# DNS安全配置
|
||||||
sni-sniffing = true
|
sni-sniffing = true
|
||||||
@ -28,7 +27,7 @@ wifi-access-http-port = 7222
|
|||||||
wifi-access-socks5-port = 7221
|
wifi-access-socks5-port = 7221
|
||||||
allow-wifi-access = true
|
allow-wifi-access = true
|
||||||
interface-mode = auto
|
interface-mode = auto
|
||||||
test-timeout = 2
|
test-timeout = 3
|
||||||
disconnect-on-policy-change = true
|
disconnect-on-policy-change = true
|
||||||
switch-node-after-failure-times = 3
|
switch-node-after-failure-times = 3
|
||||||
|
|
||||||
@ -154,6 +153,12 @@ https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Loon/WeChat
|
|||||||
[Host]
|
[Host]
|
||||||
# DNS映射 - 检测网站可正常访问
|
# DNS映射 - 检测网站可正常访问
|
||||||
|
|
||||||
|
# 加速812371.xyz域名解析 - 根据地区优化
|
||||||
|
cnfus.812371.xyz = server:119.29.29.29
|
||||||
|
racknerdus.812371.xyz = server:119.29.29.29
|
||||||
|
niiiepl.812371.xyz = server:223.5.5.5
|
||||||
|
*.812371.xyz = server:114.114.114.114
|
||||||
|
|
||||||
# 苹果服务使用直连DNS
|
# 苹果服务使用直连DNS
|
||||||
*.apple.com = server:system
|
*.apple.com = server:system
|
||||||
*.icloud.com = server:system
|
*.icloud.com = server:system
|
||||||
|
Loading…
Reference in New Issue
Block a user