2020-01-20 22:34:13 +08:00
|
|
|
|
# Quantumult 配置示例
|
|
|
|
|
#
|
|
|
|
|
# 以 ";" 或 "#" 或 "//" 开头的行为注释行。
|
|
|
|
|
#
|
|
|
|
|
# 更多示例查看 Quantumult X 里「配置文件」中的「示例」
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
[general]
|
2020-04-18 00:10:53 +08:00
|
|
|
|
; Quantumult 使用 HTTP HEAD 方法对测试网址 server_check_url 进行网页响应性测试(测试结果为通过该节点访问此网页获得 HTTP 响应所需要的时间),来确认节点的可用性。
|
|
|
|
|
server_check_url=http://cp.cloudflare.com/generate_204
|
2020-03-07 15:13:06 +08:00
|
|
|
|
; DNS 排除列表
|
2020-03-31 19:34:37 +08:00
|
|
|
|
dns_exclusion_list = *.cmpassport.com, *.jegotrip.com.cn, *.icitymobile.mobi, *.pingan.com.cn, *.cmbchina.com, *.localnetwork.uop
|
2020-01-20 22:34:13 +08:00
|
|
|
|
|
|
|
|
|
# DNS 设置
|
|
|
|
|
[dns]
|
|
|
|
|
server=119.29.29.29
|
2020-01-28 23:00:00 +08:00
|
|
|
|
server=223.5.5.5
|
2020-01-20 22:34:13 +08:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# 需要策略图标的在策略后加上:img-url=http://example.com/icon.png
|
|
|
|
|
#
|
|
|
|
|
[policy]
|
|
|
|
|
# 静态策略(static)
|
|
|
|
|
;static=policy-name-1, Sample-A, Sample-B, Sample-C, img-url=http://example.com/icon.png
|
|
|
|
|
# 健康策略(available)
|
|
|
|
|
;available=policy-name-2, Sample-A, Sample-B, Sample-C
|
|
|
|
|
# 负载均衡(round-robin)
|
|
|
|
|
;round-robin=policy-name-3, Sample-A, Sample-B, Sample-C
|
|
|
|
|
# SSID
|
|
|
|
|
;ssid=policy-name-4, Sample-A, Sample-B, LINK_22E171:Sample-B, LINK_22E172:Sample-C
|
|
|
|
|
static=Final, proxy, direct
|
2020-01-28 23:00:00 +08:00
|
|
|
|
static=Streaming, proxy
|
|
|
|
|
static=StreamingSE, direct, proxy
|
2020-01-20 22:34:13 +08:00
|
|
|
|
static=Guard, reject, direct
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# "tag" 和 "enabled" 为可选项。
|
|
|
|
|
# 所有类型的远程资源的默认同步间隔为 24 * 60 * 60 秒。
|
|
|
|
|
#
|
|
|
|
|
[server_remote]
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# "tag", "force-policy" 和 "enabled" 为可选项。
|
|
|
|
|
# 当存在强制策略(force-policy)时,将忽略远程资源过滤器中的策略,使用强制策略。
|
|
|
|
|
#
|
|
|
|
|
[filter_remote]
|
2020-03-31 21:05:50 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Extra/Apple/BlockiOSUpdate.list, tag=⛔️Block iOS Update, enabled=false
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Unbreak 后续规则修正
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Unbreak.list, tag=🔂Unbreak, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Advertising 广告
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Guard/Advertising.list, tag=🛡Advertising, force-policy=Guard, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Privacy 隐私
|
2020-03-31 21:05:50 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Guard/Privacy.list, tag=🛡️Privacy, force-policy=Guard, enabled=false
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Hijacking 运营商劫持或恶意网站
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Guard/Hijacking.list, tag=🛡️Hijacking, force-policy=Guard, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Streaming 国际流媒体服务
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/StreamingMedia/Streaming.list, tag=🎞Streaming, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# StreamingSE 中国流媒体服务(面向海外版本)
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/StreamingMedia/StreamingSE.list, tag=🎞StreamingSE, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Global 全球加速
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Global.list, tag=🇺🇳Global, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# China 中国直连
|
2020-01-28 23:14:55 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/China.list, tag=🇨🇳China, enabled=true
|
2020-01-20 22:34:13 +08:00
|
|
|
|
|
|
|
|
|
[rewrite_remote]
|
2020-04-05 22:46:37 +08:00
|
|
|
|
# 通用
|
2020-01-20 22:34:13 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/General.conf, tag=🔀General, enabled=true
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# Advertising 广告
|
2020-04-16 09:31:23 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Advertising.conf, tag=🛡Advertising, enabled=true
|
2020-01-20 22:34:13 +08:00
|
|
|
|
|
2020-04-16 09:08:19 +08:00
|
|
|
|
# TikTok
|
2020-04-16 09:10:33 +08:00
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/TikTok.conf, tag=🔓TikTok, enabled=true
|
2020-04-16 09:08:19 +08:00
|
|
|
|
|
|
|
|
|
# Resso
|
|
|
|
|
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Resso.conf, tag=🔓Resso, enabled=true
|
|
|
|
|
|
2020-01-20 22:34:13 +08:00
|
|
|
|
[server_local]
|
|
|
|
|
|
|
|
|
|
[filter_local]
|
2020-04-05 22:46:37 +08:00
|
|
|
|
# Local Area Network 局域网
|
2020-01-20 22:34:13 +08:00
|
|
|
|
host-suffix, local, direct
|
|
|
|
|
ip-cidr, 192.168.0.0/16, direct
|
|
|
|
|
ip-cidr, 10.0.0.0/8, direct
|
|
|
|
|
ip-cidr, 127.0.0.0/8, direct
|
|
|
|
|
ip-cidr, 100.64.0.0/10, direct
|
|
|
|
|
ip-cidr, 172.16.0.0/12, direct
|
2020-04-05 22:46:37 +08:00
|
|
|
|
|
|
|
|
|
# GeoIP China
|
|
|
|
|
geoip, cn, direct
|
|
|
|
|
|
2020-01-20 22:34:13 +08:00
|
|
|
|
final, Final
|
|
|
|
|
|
|
|
|
|
[rewrite_local]
|
|
|
|
|
|
2020-04-18 00:10:53 +08:00
|
|
|
|
[task_local]
|
|
|
|
|
|
2020-01-20 22:34:13 +08:00
|
|
|
|
[mitm]
|
2020-03-07 15:13:06 +08:00
|
|
|
|
;hostname = *.googlevideo.com
|
|
|
|
|
skip_validating_cert = true
|