Update QuantumultX_Profiles.conf

This commit is contained in:
Shawn
2022-05-09 11:58:06 +08:00
parent 89f05a32af
commit f2f8097219

View File

@@ -1,4 +1,4 @@
;2022-04-21:增加对各个模块的说明(某些内容只适用于 1.0.29 以上版本) ;2022-05-09:增加对各个模块的说明(某些内容只适用于 1.0.29 以上版本)
;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效 ;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效
;general 模块内为一些通用的设置参数项 ;general 模块内为一些通用的设置参数项
@@ -28,24 +28,33 @@ geo_location_checker=http://ip-api.com/json/?lang=zh-CN, https://raw.githubuserc
; 上述写法,前两个 filter 先后表示 在 [数据蜂窝网络] 跟 [一般 Wi-Fi] 下,走 filter(分流)模式,后面则表示在 asus-5g 下切换为全局直连[all_direct]asus 切换为全局代理[all_proxy] ; 上述写法,前两个 filter 先后表示 在 [数据蜂窝网络] 跟 [一般 Wi-Fi] 下,走 filter(分流)模式,后面则表示在 asus-5g 下切换为全局直连[all_direct]asus 切换为全局代理[all_proxy]
; 如需使用,相应 SSID 换成你自己 Wi-Fi 名即可 ; 如需使用,相应 SSID 换成你自己 Wi-Fi 名即可
;ssid_suspended_list让 Quantumult X 在特定 Wi-Fi 网络下暂停工作(仅 task 模块会继续工作)多个Wi-Fi用“,”连接 ;ssid_suspended_list让 Quantumult X 在特定 Wi-Fi 网络下暂停工作(仅 task 模块会继续工作)多个Wi-Fi用“,”连接
;ssid_suspended_list=Asus, Shawn-Wifi ;ssid_suspended_list=Asus, Shawn-Wifi
;dns exclusion list中的域名将不使用fake-ip方式. 其它域名则全部采用 fake-ip 及远程解析的模式 ;dns exclusion list中的域名将不使用fake-ip方式. 其它域名则全部采用 fake-ip 及远程解析的模式
;dns_exclusion_list=*.qq.com ;dns_exclusion_list=*.qq.com
;UDP名单留空则默认所有为端口。不在udp白名单列表中的端口将被丢弃处理。 ;UDP名单留空则默认所有为端口。不在udp白名单列表中的端口将被丢弃处理(返回 ICMP “端口不可达” 信息)
;udp_whitelist=53, 80-427, 444-65535 ;udp_whitelist=53, 80-427, 444-65535
; UDP Drop名单同白名单类似但不会返回 ICMP “端口不可达” 信息
; drop 名单仅处理 whitelist名单中的端口
;udp_drop_list = 1900, 80
# 参数 fallback_udp_policy 仅支持 v1.0.19 以及之后的版本。 # 参数 fallback_udp_policy 仅支持 v1.0.19 以及之后的版本。
# 参数 fallback_udp_policy 的值仅支持末端策略末端策略为经由规则模块和策略模块后所命中的策略例如direct、reject 以及节点;不支持内置策略 proxy 以及其它自定义策略)。 # 参数 fallback_udp_policy 的值仅支持末端策略末端策略为经由规则模块和策略模块后所命中的策略例如direct、reject 以及节点;不支持内置策略 proxy 以及其它自定义策略)。
fallback_udp_policy=direct fallback_udp_policy=direct
;下列表中的内容将不经过 QuantumultX的处理 ;下列表中的内容将不经过 QuantumultX的处理,设置后建议重启设备
;excluded_routes= 192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8 ;excluded_routes= 192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8
;icmp_auto_reply=true ;icmp_auto_reply=true
;指定 DoH 请求所使用的 User-Agent
;doh_user_agent=Agent/1.0
;指定服务器测试时所使用的 User-Agent
;server_check_user_agent = Agent/1.0
[dns] [dns]
@@ -66,8 +75,7 @@ server=119.28.28.28
;doh-server=xxx.com, excluded_ssids=SSID1, SSID2 ;doh-server=xxx.com, excluded_ssids=SSID1, SSID2
; 1.0.29 版本后支持多个 doh 并发,👇 ; 1.0.29 版本后支持多个 doh 并发,👇
;doh-server=xx1.com,xx2.com,excluded_ssids=SSID1, SSID2 ;doh-server=xx1.com,xx2.com,excluded_ssids=SSID1, SSID2
;指定 DoH 请求所使用的 User-Agent
;doh_user_agent=Agent/1.0
;指定域名解析dns, 下面为示范,按需启用 ;指定域名解析dns, 下面为示范,按需启用
;server=/*.taobao.com/223.5.5.5 ;server=/*.taobao.com/223.5.5.5
@@ -85,7 +93,6 @@ server=119.28.28.28
;address=/example6.com/[2001:8d3:8d3:8d3:8d3:8d3:8d3:8d3] ;address=/example6.com/[2001:8d3:8d3:8d3:8d3:8d3:8d3:8d3]
[task_local] [task_local]
;包含3⃣种类型: cron 定时任务UI交互脚本网络切换脚本 ;包含3⃣种类型: cron 定时任务UI交互脚本网络切换脚本
@@ -106,8 +113,6 @@ event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/
;event-network sample-taks.js ;event-network sample-taks.js
#以下为策略组[policy]部分 #以下为策略组[policy]部分
# static 策略组中,你需要手动选择想要的节点/策略组。 # static 策略组中,你需要手动选择想要的节点/策略组。
# available 策略组将按顺序选择你列表中第一个可用的节点。 # available 策略组将按顺序选择你列表中第一个可用的节点。
@@ -211,8 +216,11 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrit
# 比如 vmess-a.203.167.55.4:777 ,实际是 203.167.55.4:777 # 比如 vmess-a.203.167.55.4:777 ,实际是 203.167.55.4:777
# 前面的 ss-aws-tls这些只是为了让你快速找到自己节点的类型 # 前面的 ss-aws-tls这些只是为了让你快速找到自己节点的类型
# 实际使用时,请不要真的 傻乎乎的 写 vmess-a.203.167.55.4:777 这种。 # 实际使用时,请不要真的 傻乎乎的 写 vmess-a.203.167.55.4:777 这种。
# 目前支持 shadowsocks/shadowsocksR/Vmess/Trojan/http(s)/Socks5 等类型
# 支持 tls-cert-sha256 以及 tls-pubkey-sha256 参数等自定义TLS验证
#shadowsocks以及shadowsocksR类型 #shadowsocks以及shadowsocksR类型, 支持 V2-Plugin
#支持UDP支持UDP-OVER-TCP版本665+
;shadowsocks=ss-a.example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, server_check_url=http://www.apple.com/generate_204, tag=Sample-A ;shadowsocks=ss-a.example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, server_check_url=http://www.apple.com/generate_204, tag=Sample-A
;shadowsocks=ss-b.example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, tag=Sample-B ;shadowsocks=ss-b.example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, tag=Sample-B
;shadowsocks=ss-c.example.com:443, method=chacha20, password=pwd, obfs=tls, obfs-host=bing.com, fast-open=false, udp-relay=false, tag=Sample-C ;shadowsocks=ss-c.example.com:443, method=chacha20, password=pwd, obfs=tls, obfs-host=bing.com, fast-open=false, udp-relay=false, tag=Sample-C
@@ -220,6 +228,7 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrit
;shadowsocks=ws-a.example.com:80, method=aes-128-gcm, password=pwd, obfs=ws, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=Sample-E ;shadowsocks=ws-a.example.com:80, method=aes-128-gcm, password=pwd, obfs=ws, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=Sample-E
;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-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 ;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
;shadowsocks=ws-tls-a.example.com:443, method=aes-128-gcm, password=pwd, udp-over-tcp=true fast-open=false, udp-relay=false, tag=Sample-H
# vmess 类型wswss(ws+tls),over-tls,tcp支持 UDP # vmess 类型wswss(ws+tls),over-tls,tcp支持 UDP
# vmess 类型节点默认开启 aead关闭请用 aead=false # vmess 类型节点默认开启 aead关闭请用 aead=false
@@ -239,6 +248,12 @@ 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=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 ;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
# socks5 类型节点
;socks5=example.com:80,fast-open=false, udp-relay=false, tag=socks5-01
;socks5=example.com:80, username=name, password=pwd, fast-open=false, udp-relay=false, tag=socks5-02
;socks5=example.com:443, username=name, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, fast-open=false, udp-relay=false, tag=socks5-tls-01
;socks5=example.com:443, username=name, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, tls-pubkey-sha256=eb5ec6684564fd0d04975903ed75342d1b9fdc2096ea54b4cf8caf4740f4ae25, fast-open=false, udp-relay=false, tag=socks5-tls-02
; trojan 类型, 支持 over-tls 以及 websockets支持 UDP ; 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=example.com:443, password=pwd, over-tls=true, tls-verification=true, fast-open=false, udp-relay=true, tag=trojan-tls-01
;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=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