This commit is contained in:
Conners Hua 2020-08-03 17:48:20 +08:00
parent 7158f8910f
commit 975f47d65e
5 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,7 @@
payload: payload:
# (DNS Cache Pollution) # (DNS Cache Pollution)
# > Apple
- DOMAIN,testflight.apple.com,PROXY
# > Google # > Google
- DOMAIN-SUFFIX,appspot.com - DOMAIN-SUFFIX,appspot.com
- DOMAIN-SUFFIX,blogger.com - DOMAIN-SUFFIX,blogger.com

View File

@ -1,4 +1,6 @@
# (DNS Cache Pollution) # (DNS Cache Pollution)
# > Apple
DOMAIN,testflight.apple.com,PROXY
# > Google # > Google
DOMAIN-SUFFIX,appspot.com,PROXY DOMAIN-SUFFIX,appspot.com,PROXY
DOMAIN-SUFFIX,blogger.com,PROXY DOMAIN-SUFFIX,blogger.com,PROXY

View File

@ -31,7 +31,7 @@ wifi-access-socks5-port = 6153
# 兼容模式 # 兼容模式
# compatibility-mode = 0 # compatibility-mode = 0
# 跳过代理 # 跳过代理
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, *.localnetwork.uop, mfs.ykimg.com*.ttf 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, mfs.ykimg.com*.ttf
# 排除简单主机名 # 排除简单主机名
exclude-simple-hostnames = true exclude-simple-hostnames = true
# SSID 组策略 # SSID 组策略

View File

@ -4,18 +4,18 @@
[General] [General]
loglevel = notify loglevel = notify
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, 127.0.0.1, localhost, *.local, *.localnetwork.uop, mfs.ykimg.com*.ttf skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, 127.0.0.1, localhost, *.local, mfs.ykimg.com*.ttf
bypass-system = true bypass-system = true
dns-server = 119.29.29.29,223.5.5.5,system dns-server = 119.29.29.29,system
allow-wifi-access = false allow-wifi-access = false
ipv6 = false ipv6 = false
[Proxy] [Proxy]
🌐Direct = direct 🌐Direct = direct
Reject = reject Reject = reject
🇨🇳TheHub = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Rules/core/Surge/SSEncrypt.module 🇨🇳TheHub = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/SSEncrypt.module
🇺🇸LosSantos = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Rules/core/Surge/SSEncrypt.module 🇺🇸LosSantos = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/SSEncrypt.module
🇭🇰Sandbox = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Rules/core/Surge/SSEncrypt.module, obfs=tls, obfs-host=yunjiasu-cdn.net 🇭🇰Sandbox = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/SSEncrypt.module, obfs=tls, obfs-host=yunjiasu-cdn.net
[Proxy Group] [Proxy Group]
# 白名单模式 PROXY黑名单模式 DIRECT # 白名单模式 PROXY黑名单模式 DIRECT
@ -1138,6 +1138,8 @@ DOMAIN-SUFFIX,wetv.vip,🎞StreamingSE
DOMAIN-SUFFIX,wetvinfo.com,🎞StreamingSE DOMAIN-SUFFIX,wetvinfo.com,🎞StreamingSE
# (DNS Cache Pollution) # (DNS Cache Pollution)
# > Apple
DOMAIN,testflight.apple.com,🌑Proxy,force-remote-dns
# > Google # > Google
DOMAIN-SUFFIX,appspot.com,🌑Proxy,force-remote-dns DOMAIN-SUFFIX,appspot.com,🌑Proxy,force-remote-dns
DOMAIN-SUFFIX,blogger.com,🌑Proxy,force-remote-dns DOMAIN-SUFFIX,blogger.com,🌑Proxy,force-remote-dns

View File

@ -1,4 +1,6 @@
# (DNS Cache Pollution) # (DNS Cache Pollution)
# > Apple
DOMAIN,testflight.apple.com
# > Google # > Google
DOMAIN-SUFFIX,appspot.com DOMAIN-SUFFIX,appspot.com
DOMAIN-SUFFIX,blogger.com DOMAIN-SUFFIX,blogger.com