mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; 2022-02-13:增加对各个模块的说明(某些内容只适用于 1.0.28 以上版本)
|
||||
; 2022-03-28:增加对各个模块的说明(某些内容只适用于 1.0.28 以上版本)
|
||||
;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效
|
||||
|
||||
;general 模块内为一些通用的设置参数项
|
||||
@@ -6,6 +6,8 @@
|
||||
;Quantumult X 会对 server_check_url 指定的网址进行相应测试,以确认节点的可用性
|
||||
;你同样可以在 server_local/remote 中,为节点、订阅单独指定server_check_url参数
|
||||
server_check_url= http://www.qualcomm.cn/generate_204
|
||||
;节点延迟测试超时参数,需小于 5000 毫秒才生效
|
||||
server_check_timeout=2000
|
||||
|
||||
;👍👍👍资源解析器,可用于自定义各类远程资源的转换,如节点,规则 filter,复写 rewrite 等,url 地址可远程,可 本地/iCloud(Quantumult X/Scripts目录);
|
||||
;下面是我写的一个解析器,具体内容直接参照链接里的使用说明
|
||||
@@ -218,7 +220,7 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrit
|
||||
;shadowsocks=ws-b.example.com:80, method=aes-128-gcm, password=pwd, obfs=ws, fast-open=false, udp-relay=false, tag=Sample-F
|
||||
;shadowsocks=ws-tls-a.example.com:443, method=aes-128-gcm, password=pwd, obfs=wss, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=Sample-G
|
||||
|
||||
# vmess 类型,ws,wss(ws+tls),over-tls,tcp
|
||||
# vmess 类型,ws,wss(ws+tls),over-tls,tcp,支持 UDP
|
||||
# vmess 类型节点默认开启 aead,关闭请用 aead=false
|
||||
; ws 类型
|
||||
;vmess=ws-c.example.com:80, method=chacha20-ietf-poly1305, password= 23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs-host=ws-c.example.com, obfs=ws, obfs-uri=/ws, fast-open=false, udp-relay=false, aead=false, tag=Sample-H
|
||||
@@ -236,9 +238,10 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrit
|
||||
;http=http.example.com:80, username=name, password=pwd, fast-open=false, udp-relay=false, tag=http
|
||||
;http=https.example.com:443, username=name, password=pwd, over-tls=true, tls-verification=true, tls-host=example.com, tls-verification=true, fast-open=false, udp-relay=false, tag=http-tls
|
||||
|
||||
; trojan 类型
|
||||
; trojan 类型, 支持 over-tls 以及 websockets,支持 UDP
|
||||
;trojan=example.com:443, password=pwd, over-tls=true, tls-verification=true, fast-open=false, udp-relay=true, tag=trojan-tls-01
|
||||
;trojan=192.168.1.1:443, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, fast-open=false, udp-relay=false, tag=trojan-tls-02
|
||||
;trojan=example1.com:443, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, fast-open=false, udp-relay=false, tag=trojan-tls-02
|
||||
;trojan=192.168.1.1:443, password=pwd, obfs=wss, obfs-host=example.com, obfs-uri=/path, udp-relay=true, tag=trojan-wss-05
|
||||
|
||||
|
||||
#本地分流规则(对于完全相同的某条规则,本地的将优先生效)
|
||||
@@ -247,6 +250,14 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrit
|
||||
;host, www.google.com, proxy
|
||||
;host-keyword, adsite, reject
|
||||
;host-suffix, googleapis.com, proxy
|
||||
//强制分流走蜂窝网络
|
||||
;host-suffix, googleapis.com, proxy, force-cellular
|
||||
//让分流走蜂窝网络跟 Wi-Fi 中的优选结果
|
||||
;host-suffix, googleapis.com, proxy, multi-interface
|
||||
//让分流走蜂窝网络跟 Wi-Fi 中的负载均衡,提供更大带宽出入接口
|
||||
;host-suffix, googleapis.com, proxy, multi-interface-balance
|
||||
//指定分流走特定网络接口
|
||||
;host-suffix, googleapis.com, proxy, via-interface=pdp_ip0
|
||||
ip-cidr, 10.0.0.0/8, direct
|
||||
ip-cidr, 127.0.0.0/8, direct
|
||||
ip-cidr, 172.16.0.0/12, direct
|
||||
@@ -255,7 +266,7 @@ ip-cidr, 224.0.0.0/24, direct
|
||||
# 已采用 ip 池数据,因此注释掉 geoip cn
|
||||
;geoip, cn, direct
|
||||
|
||||
# 1.0.28 build628 后支持如下的geoip库写法
|
||||
# 1.0.28 build628 后支持如下的geoip库写法(需 GEO-IP 库支持)
|
||||
;geoip, netflix, proxy
|
||||
|
||||
#不在上述规则中(远程以及本地)的剩余请求,将走final 指定的节点/策略,这里即是 → 🕹 终极清单, 请根据自己的需求来选择直连或节点、策略
|
||||
|
||||
Reference in New Issue
Block a user