pull/80/head
Conners Hua 5 years ago
parent 71ba7aff3b
commit e1607ded74

@ -21,7 +21,7 @@ server_check_url=http://www.gstatic.com/generate_204
# DNS 排除列表
# dns_exclusion_list 包含了禁用占位符 IP (240.*) 的域,不在 dns_exclusion_list 中的域都启用了占位符 IP并打开了 resolve-on-remote 设置。
dns_exclusion_list=*.cmpassport.com, *.jegotrip.com.cn, *.icitymobile.mobi, id6.me, *.icitymobile.mobi, *.pingan.com.cn, *.cmbchina.com, *.localnetwork.uop, mfs.ykimg.com*.ttf
dns_exclusion_list=*.cmpassport.com, *.jegotrip.com.cn, *.icitymobile.mobi, id6.me, *.icitymobile.mobi, *.pingan.com.cn, *.cmbchina.com
# Quantumult 将不会处理到 excluded_routes 的流量。修改后最好重新启动您的设备。
;excluded_routes=192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8
@ -54,12 +54,11 @@ dns_exclusion_list=*.cmpassport.com, *.jegotrip.com.cn, *.icitymobile.mobi, id6.
# 当设置「no-ipv6」时Quanumult X Tunnel 的 DNS 模块会直接让 AAAA 查询失败。
no-ipv6
# 第三方 DNS
# 自定义 DNS
# > DNSPod Public DNS
server=119.29.29.29
# 电信
# server=118.118.118.118
# 联通
# server=116.116.116.116
# > Alibaba Public DNS
# server=223.5.5.5
# 本地 DNS 映射
# Firebase Cloud Messaging

@ -11,6 +11,8 @@ proxy-test-url = http://www.gstatic.com/generate_204
# test-timeout = 5
# TLS 引擎
tls-provider = openssl
# GeoIP 数据库
geoip-maxmind-url = https://raw.githubusercontent.com/JMVoid/ipip2mmdb/release/Country.mmdb
# IPv6 支持(关闭)
ipv6 = false
# ------
@ -31,7 +33,7 @@ wifi-access-socks5-port = 6153
# 兼容模式
# 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, 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
# 排除简单主机名
exclude-simple-hostnames = true
# SSID 组策略
@ -112,8 +114,6 @@ hide-udp=0
🎞Streaming = select,🌑Proxy,🕹AutoTest,🦆DuckDuckGo
# 中国流媒体服务(面向海外版本)
🎞StreamingSE = select,🌐Direct,🇭🇰Sandbox
# 游戏模式(⚠️所用节点需开启 UDP 转发支持)
# 🎮Game = select,🌐Direct,🇭🇰Sandbox
# 防御
🛡Guard = select,⛔Reject,🌐Direct
# 可用性自动测试
@ -172,12 +172,8 @@ RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ru
# Local Area Network 局域网
RULE-SET,LAN,🌐Direct
# 使用来自 ipipdotnet 的 ChinaIP 以解决数据不准确的问题,使用 ChinaIP.list 时禁用「GEOIP,CN」规则
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/ChinaIP.list,🌐Direct
# GeoIP China(若启用,则禁用 ChinaIP.list)
# GEOIP,CN,🌐Direct
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Game/Game.list,🎮Game
# GeoIP China
GEOIP,CN,🌐Direct
FINAL,🧭Final,dns-failed

Loading…
Cancel
Save