diff --git a/QuantumultX_Profiles.conf b/QuantumultX_Profiles.conf index 15ac1a7..772b41a 100644 --- a/QuantumultX_Profiles.conf +++ b/QuantumultX_Profiles.conf @@ -1,22 +1,31 @@ -; 2020-02-17 +; 2020-04-17:增加对各个模块的说明 ;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效 + +;general 模块内为一些通用的设置参数项 [general] +;Quantumult X 会对 server_check_url 指定的网址进行相应测试,以确认节点的可用性 server_check_url= http://www.qualcomm.cn/generate_204 + +;geo_location_checker用于节点页面的信息展示,可完整自定义 ;geo_location_checker=http://extreme-ip-lookup.com/json/, https://raw.githubusercontent.com/crossutility/Quantumult-X/master/sample-location-with-script.js geo_location_checker=http://ip-api.com/json/?lang=zh-CN, https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/IP_API.js -;network_check_url=http://bing.com/ +;dns exclusion list中的域名将不使用fake-ip方式 ;dns_exclusion_list=*.qq.com, qq.com -;ssid_suspended_list 写入你想要quantumultX暂停的Wi-Fi,多个wifi用“,”连接 -;ssid_suspended_list=LINK_22E174, LINK_22E175 +;ssid_suspended_list 写入你想要 Quantumult X 暂停的 Wi-Fi网络名称,多个wifi用“,”连接 +;ssid_suspended_list=Asus, Shawn-Wifi +;UDP名单,留空则默认所有为端口。不在udp白名单列表中的端口,将被丢弃处理。 ;udp_whitelist=53, 123, 1900, 80-443 + +;下列表中的内容将不经过 QuantumultX的处理 ;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 [dns] +;指定的 dns服务器 server=114.114.114.114 server=202.141.176.93 server=202.141.178.13 @@ -24,7 +33,7 @@ server=117.50.10.10 server=223.5.5.5 server=119.29.29.29:53 server=119.28.28.28 - +;指定域名解析dns server=/*.taobao.com/223.5.5.5 server=/*.tmall.com/223.5.5.5 server=/*.alipay.com/223.5.5.5 @@ -52,19 +61,21 @@ server=/*.xiaomi.com/119.29.29.29 ;address=/example6.com/[2001:8d3:8d3:8d3:8d3:8d3:8d3:8d3] -# -# static policy points to the server in candidates you manually selected. -# available policy points to the first available server in candidates based on server_check_url(concurrent url latency test will be immediately launched when the policy has been triggered and the policy result is unavailable). -# round-robin policy points to the next server in candidates for next connection. -# ssid policy points to the server depending on the network environment. -# - [task_local] +;任务模块,可用于签到,天气话费查询等 + ;* * * * * sample.js ;从 “分” 开始的5位cron 写法 +# +# static 策略组中,你需要手动选择想要的节点/策略组。 +# available 策略组将按顺序选择你列表中第一个可用的节点。 +# round-robin 策略组,将按列表的顺序轮流使用其中的节点。 +# ssid 策略组,将根据你所设定的网络来自动切换节点/策略组 +# + #以下为策略组部分 [policy] static=🍎 苹果服务, direct, proxy, img-url= https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Apple.png @@ -83,17 +94,19 @@ static=🕹 黑/白名单,direct, proxy, img-url= https://raw.githubusercontent. ;ssid=policy-name-4, Sample-A, Sample-B, LINK_22E171:Sample-B, LINK_22E172:Sample-C # -# Params "tag" and "enabled" are optional. -# The default sync interval for all kinds of remote resources is 24*60*60 seconds. +# "tag" 跟 "enabled" 为可选参数,分别表示 “标签”及“开启状态”. +# 远程资源的默认更新时间为 24*60*60 秒,也就是24小时. # #服务器远程订阅 [server_remote] +#远程服务器订阅模块,可直接订阅SSR,SS链接,以及Quantumult X格式的vmess/trojan/https订阅 https://raw.githubusercontent.com/crossutility/Quantumult-X/master/server.txt, tag=示范订阅1(可删除), enabled=true https://raw.githubusercontent.com/crossutility/Quantumult-X/master/server-complete.txt, tag=示范订阅2(可删除), enabled=true #规则分流远程订阅 [filter_remote] +#远程分流模块,可使用force-policy来强制使用策略偏好 https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult/X/Filter/Advertising.list, tag=🚦去广告, enabled=true https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult/X/Filter/Hijacking.list, tag=🚫 运营商劫持, enabled=true https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult/X/Filter/DomesticMedia.list, force-policy=📽 国内视频, tag=📽 国内视频, enabled=true @@ -106,8 +119,9 @@ https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult/X/Filter #rewrite 复写远程订阅 [rewrite_remote] +#远程复写模块,内包含主机名hostname以及复写rewrite规则 https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult/X/Rewrite.conf, tag=神机复写规则, enabled=true -http://cloudcompute.lbyczf.com/quanx-rewrite, tag=lhie1复写, enabled=false + # 本地服务器部分 [server_local]