更新 loon/loon.conf
This commit is contained in:
parent
4d29a541f3
commit
9dbee21a7a
@ -8,10 +8,9 @@
|
||||
ip-mode = dual
|
||||
ipv6-vif = off
|
||||
|
||||
# DNS配置 - 平衡防泄露和连接稳定性
|
||||
dns-server = system,119.29.29.29,223.5.5.5,114.114.114.114
|
||||
# DNS配置 - 优化解析速度
|
||||
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
|
||||
doq-server = quic://dns.adguard.com:784
|
||||
|
||||
# DNS安全配置
|
||||
sni-sniffing = true
|
||||
@ -28,7 +27,7 @@ wifi-access-http-port = 7222
|
||||
wifi-access-socks5-port = 7221
|
||||
allow-wifi-access = true
|
||||
interface-mode = auto
|
||||
test-timeout = 2
|
||||
test-timeout = 3
|
||||
disconnect-on-policy-change = true
|
||||
switch-node-after-failure-times = 3
|
||||
|
||||
@ -154,6 +153,12 @@ https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/Loon/WeChat
|
||||
[Host]
|
||||
# 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
|
||||
*.apple.com = server:system
|
||||
*.icloud.com = server:system
|
||||
|
Loading…
Reference in New Issue
Block a user