上传文件至「/」
This commit is contained in:
+203
@@ -0,0 +1,203 @@
|
|||||||
|
mixed-port: 7890
|
||||||
|
allow-lan: false
|
||||||
|
mode: rule
|
||||||
|
log-level: info
|
||||||
|
unified-delay: true
|
||||||
|
tcp-concurrent: true
|
||||||
|
|
||||||
|
# 1 Gbps 吞吐与并发调优
|
||||||
|
find-process-mode: strict
|
||||||
|
global-client-fingerprint: chrome
|
||||||
|
|
||||||
|
# TUN 模式(推荐开启以接管系统流量并跑满千兆网卡)
|
||||||
|
tun:
|
||||||
|
enable: true
|
||||||
|
stack: mixed # 或 gvisor / system
|
||||||
|
dns-hijack:
|
||||||
|
- "any:53"
|
||||||
|
- "tcp://any:53"
|
||||||
|
auto-route: true
|
||||||
|
auto-detect-interface: true
|
||||||
|
|
||||||
|
# Geo 规则集资源
|
||||||
|
geodata-mode: true
|
||||||
|
geo-auto-update: true
|
||||||
|
geodata-loader: standard
|
||||||
|
geo-update-interval: 24
|
||||||
|
geox-url:
|
||||||
|
geoip: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
|
||||||
|
geosite: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
|
||||||
|
mmdb: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"
|
||||||
|
asn: "https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb"
|
||||||
|
|
||||||
|
rule-providers:
|
||||||
|
private:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/private.mrs"
|
||||||
|
path: ./ruleset/private.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-!cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-!cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-!cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"
|
||||||
|
path: ./ruleset/cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
# 高速低延迟 DNS
|
||||||
|
dns:
|
||||||
|
enable: true
|
||||||
|
ipv6: false
|
||||||
|
respect-rules: true
|
||||||
|
enhanced-mode: fake-ip
|
||||||
|
fake-ip-range: 198.18.0.1/16
|
||||||
|
fake-ip-filter:
|
||||||
|
- "*.lan"
|
||||||
|
- "*.local"
|
||||||
|
- "*.localdomain"
|
||||||
|
- "time.*.com"
|
||||||
|
- "ntp.*.com"
|
||||||
|
default-nameserver:
|
||||||
|
- 223.5.5.5
|
||||||
|
- 119.29.29.29
|
||||||
|
nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
proxy-server-nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
nameserver-policy:
|
||||||
|
"geosite:cn,private":
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
"geosite:geolocation-!cn":
|
||||||
|
- https://dns.cloudflare.com/dns-query
|
||||||
|
- https://dns.google/dns-query
|
||||||
|
|
||||||
|
proxies:
|
||||||
|
# 推荐主力:VLESS-Vision (直连开销最低,单核吞吐极高,容易跑满 1G)
|
||||||
|
- name: MY-Evoxt_Sdn._Bhd.
|
||||||
|
type: vless
|
||||||
|
server: 198.20.153.23
|
||||||
|
port: 25023
|
||||||
|
uuid: 8852a890-fe80-4966-bc56-84c013085a44
|
||||||
|
tls: true
|
||||||
|
client-fingerprint: chrome
|
||||||
|
servername: www.iij.ad.jp
|
||||||
|
network: tcp
|
||||||
|
reality-opts:
|
||||||
|
public-key: xkLborUR05ssIvn3iEkqX9UV8p65GDIBVVQ7d4pdiD8
|
||||||
|
flow: xtls-rprx-vision
|
||||||
|
tfo: false
|
||||||
|
skip-cert-verify: false
|
||||||
|
|
||||||
|
# Argo 临时隧道(受限于 CF 免费 CDN 调度,通常难跑满 1G,作为备用)
|
||||||
|
- name: MY-Evoxt_Sdn._Bhd. 2
|
||||||
|
type: vmess
|
||||||
|
server: cdns.doon.eu.org
|
||||||
|
port: 443
|
||||||
|
uuid: 8852a890-fe80-4966-bc56-84c013085a44
|
||||||
|
alterId: 0
|
||||||
|
cipher: zero # 改为 zero 降低加解密 CPU 开销
|
||||||
|
tls: true
|
||||||
|
client-fingerprint: firefox
|
||||||
|
servername: cheers-stanford-hold-peninsula.trycloudflare.com
|
||||||
|
network: ws
|
||||||
|
ws-opts:
|
||||||
|
path: /vmess-argo?ed=2560
|
||||||
|
headers:
|
||||||
|
Host: cheers-stanford-hold-peninsula.trycloudflare.com
|
||||||
|
|
||||||
|
# 推荐主力:Hysteria 2 (UDP 协议,多倍发包/BBR 拥塞控制,抗丢包能力最强)
|
||||||
|
- name: MY-Evoxt_Sdn._Bhd. 3
|
||||||
|
type: hysteria2
|
||||||
|
server: 198.20.153.23
|
||||||
|
port: 25026
|
||||||
|
password: 8852a890-fe80-4966-bc56-84c013085a44
|
||||||
|
sni: www.bing.com
|
||||||
|
skip-cert-verify: true
|
||||||
|
up: "1000 Mbps" # 声明千兆上行带宽
|
||||||
|
down: "1000 Mbps" # 声明千兆下行带宽
|
||||||
|
|
||||||
|
- name: MY-Evoxt_Sdn._Bhd. 4
|
||||||
|
type: tuic
|
||||||
|
server: 198.20.153.23
|
||||||
|
port: 25025
|
||||||
|
uuid: 8852a890-fe80-4966-bc56-84c013085a44
|
||||||
|
password: 8852a890-fe80-4966-bc56-84c013085a44
|
||||||
|
skip-cert-verify: true
|
||||||
|
alpn:
|
||||||
|
- h3
|
||||||
|
sni: www.bing.com
|
||||||
|
udp-relay-mode: native
|
||||||
|
congestion-controller: bbr # 强制启用 BBR 拥塞控制
|
||||||
|
|
||||||
|
proxy-groups:
|
||||||
|
- name: 🚀 节点选择
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- MY-Evoxt_Sdn._Bhd. 3 # 优先 Hysteria 2
|
||||||
|
- MY-Evoxt_Sdn._Bhd. # 备选 VLESS-Reality
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
- MY-Evoxt_Sdn._Bhd. 2
|
||||||
|
- MY-Evoxt_Sdn._Bhd. 4
|
||||||
|
|
||||||
|
- name: ♻️ 自动选择
|
||||||
|
type: url-test
|
||||||
|
url: https://www.gstatic.com/generate_204
|
||||||
|
interval: 300
|
||||||
|
tolerance: 50
|
||||||
|
proxies:
|
||||||
|
- MY-Evoxt_Sdn._Bhd.
|
||||||
|
- MY-Evoxt_Sdn._Bhd. 2
|
||||||
|
- MY-Evoxt_Sdn._Bhd. 3
|
||||||
|
- MY-Evoxt_Sdn._Bhd. 4
|
||||||
|
|
||||||
|
- name: 🌏 非中国
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🔒 国内服务
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: 🏠 私有网络
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- REJECT
|
||||||
|
|
||||||
|
- name: 🐟 漏网之鱼
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- RULE-SET,private,🏠 私有网络,no-resolve
|
||||||
|
- RULE-SET,geolocation-!cn,🌏 非中国
|
||||||
|
- RULE-SET,geolocation-cn,🔒 国内服务
|
||||||
|
- RULE-SET,cn,🔒 国内服务
|
||||||
|
- MATCH,🐟 漏网之鱼
|
||||||
+272
@@ -0,0 +1,272 @@
|
|||||||
|
mixed-port: 7890
|
||||||
|
allow-lan: false
|
||||||
|
bind-address: '*'
|
||||||
|
mode: rule
|
||||||
|
log-level: info
|
||||||
|
ipv6: false
|
||||||
|
unified-delay: true
|
||||||
|
tcp-concurrent: true
|
||||||
|
|
||||||
|
# 规则集定义(云端自动同步维护)
|
||||||
|
rule-providers:
|
||||||
|
reject:
|
||||||
|
type: http
|
||||||
|
behavior: domain
|
||||||
|
url: "https://testingcf.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/reject.txt"
|
||||||
|
path: ./ruleset/reject.yaml
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
direct:
|
||||||
|
type: http
|
||||||
|
behavior: domain
|
||||||
|
url: "https://testingcf.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/direct.txt"
|
||||||
|
path: ./ruleset/direct.yaml
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
proxy:
|
||||||
|
type: http
|
||||||
|
behavior: domain
|
||||||
|
url: "https://testingcf.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/proxy.txt"
|
||||||
|
path: ./ruleset/proxy.yaml
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
telegramcidr:
|
||||||
|
type: http
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://testingcf.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/telegramcidr.txt"
|
||||||
|
path: ./ruleset/telegramcidr.yaml
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
cncidr:
|
||||||
|
type: http
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://testingcf.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/cncidr.txt"
|
||||||
|
path: ./ruleset/cncidr.yaml
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
lancidr:
|
||||||
|
type: http
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://testingcf.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/lancidr.txt"
|
||||||
|
path: ./ruleset/lancidr.yaml
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
dns:
|
||||||
|
enable: true
|
||||||
|
listen: 127.0.0.1:1053
|
||||||
|
ipv6: false
|
||||||
|
enhanced-mode: fake-ip
|
||||||
|
fake-ip-range: 198.18.0.1/16
|
||||||
|
respect-rules: true
|
||||||
|
use-hosts: true
|
||||||
|
fake-ip-filter:
|
||||||
|
- "*.lan"
|
||||||
|
- "*.local"
|
||||||
|
- "*.localdomain"
|
||||||
|
- "*.home.arpa"
|
||||||
|
- "*.msftconnecttest.com"
|
||||||
|
- "*.msftncsi.com"
|
||||||
|
- "time.*.com"
|
||||||
|
- "ntp.*.com"
|
||||||
|
- "+.music.163.com"
|
||||||
|
- "+.126.net"
|
||||||
|
- "+.y.qq.com"
|
||||||
|
default-nameserver:
|
||||||
|
- 223.5.5.5
|
||||||
|
- 119.29.29.29
|
||||||
|
nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
proxy-server-nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
nameserver-policy:
|
||||||
|
"cs.ktmcn.net,gtm1.ktmwan.net,iepl.ktmcn.net":
|
||||||
|
- "https://api.edgequery.cc:40443/dns-query"
|
||||||
|
- "https://39.173.146.159:8443/dns-query"
|
||||||
|
- "https://api.edgequery.net:40443/dns-query"
|
||||||
|
"geosite:geolocation-!cn":
|
||||||
|
- https://dns.cloudflare.com/dns-query
|
||||||
|
- https://dns.google/dns-query
|
||||||
|
|
||||||
|
proxies:
|
||||||
|
- { name: '🇭🇰 HK香港-1', server: hk1.ktmhyld.com, port: 18385, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇭🇰 HK香港-2', server: hk1.ktmhyld.com, port: 18385, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇭🇰 HK香港-3', server: hk1.ktmhyld.com, port: 18385, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇭🇰 HK香港-4', server: hk1.ktmhyld.com, port: 18385, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇹🇼 TW台湾-1', server: tw1.ktmhyld.com, port: 18386, sni: tw1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇹🇼 TW台湾-2', server: tw1.ktmhyld.com, port: 18386, sni: tw2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇹🇼 TW台湾-3', server: tw1.ktmhyld.com, port: 18386, sni: tw2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇹🇼 TW台湾-4', server: tw1.ktmhyld.com, port: 18386, sni: tw2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇸🇬 SG新加坡-1', server: sg1.ktmhyld.com, port: 18383, sni: sg1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇸🇬 SG新加坡-2', server: sg1.ktmhyld.com, port: 18383, sni: sg2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇸🇬 SG新加坡-3', server: sg1.ktmhyld.com, port: 18383, sni: sg2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇸🇬 SG新加坡-4', server: sg1.ktmhyld.com, port: 18383, sni: sg2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇯🇵 JP日本-1', server: jp1.ktmhyld.com, port: 18385, sni: jp1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇯🇵 JP日本-2', server: jp1.ktmhyld.com, port: 18385, sni: jp1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇯🇵 JP日本-3', server: jp1.ktmhyld.com, port: 18385, sni: jp1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇯🇵 JP日本-4', server: jp1.ktmhyld.com, port: 18385, sni: jp1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇰🇷 KR韩国-1', server: kr1.ktmhyld.com, port: 18385, sni: kr1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇰🇷 KR韩国-2', server: kr1.ktmhyld.com, port: 18385, sni: kr2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇰🇷 KR韩国-3', server: kr1.ktmhyld.com, port: 18385, sni: kr2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇰🇷 KR韩国-4', server: kr1.ktmhyld.com, port: 18385, sni: kr2.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇲🇾 MY马来西亚-1', server: my1.ktmhyld.com, port: 18385, sni: my1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇲🇾 MY马来西亚-2', server: my1.ktmhyld.com, port: 18385, sni: my1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇲🇾 MY马来西亚-3', server: my1.ktmhyld.com, port: 18385, sni: my1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇲🇾 MY马来西亚-4', server: my1.ktmhyld.com, port: 18385, sni: my1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇹🇭 TH泰国-1', server: th1.ktmhyld.com, port: 18385, sni: th1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇹🇭 TH泰国-2', server: th1.ktmhyld.com, port: 18385, sni: th1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇲🇨 MC印度尼西亚-1', server: mc1.ktmhyld.com, port: 18385, sni: mc1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇲🇨 MC印度尼西亚-2', server: mc1.ktmhyld.com, port: 18385, sni: mc1.ktmhyld.com, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇺🇸 USA美国-1', server: us1.ktmhyld.com, port: 18387, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇺🇸 USA美国-2', server: us1.ktmhyld.com, port: 18387, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇺🇸 USA美国-3', server: us1.ktmhyld.com, port: 18387, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
- { name: '🇺🇸 USA美国-4', server: us1.ktmhyld.com, port: 18387, up: 1000, down: 1000, skip-cert-verify: true, type: hysteria2, password: ec8c8787-1513-4df1-9f9e-d806827efdbd }
|
||||||
|
|
||||||
|
proxy-groups:
|
||||||
|
- name: 🚀 节点选择
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
- '🇭🇰 HK香港-1'
|
||||||
|
- '🇭🇰 HK香港-2'
|
||||||
|
- '🇭🇰 HK香港-3'
|
||||||
|
- '🇭🇰 HK香港-4'
|
||||||
|
- '🇹🇼 TW台湾-1'
|
||||||
|
- '🇹🇼 TW台湾-2'
|
||||||
|
- '🇹🇼 TW台湾-3'
|
||||||
|
- '🇹🇼 TW台湾-4'
|
||||||
|
- '🇸🇬 SG新加坡-1'
|
||||||
|
- '🇸🇬 SG新加坡-2'
|
||||||
|
- '🇸🇬 SG新加坡-3'
|
||||||
|
- '🇸🇬 SG新加坡-4'
|
||||||
|
- '🇯🇵 JP日本-1'
|
||||||
|
- '🇯🇵 JP日本-2'
|
||||||
|
- '🇯🇵 JP日本-3'
|
||||||
|
- '🇯🇵 JP日本-4'
|
||||||
|
- '🇰🇷 KR韩国-1'
|
||||||
|
- '🇰🇷 KR韩国-2'
|
||||||
|
- '🇰🇷 KR韩国-3'
|
||||||
|
- '🇰🇷 KR韩国-4'
|
||||||
|
- '🇲🇾 MY马来西亚-1'
|
||||||
|
- '🇲🇾 MY马来西亚-2'
|
||||||
|
- '🇲🇾 MY马来西亚-3'
|
||||||
|
- '🇲🇾 MY马来西亚-4'
|
||||||
|
- '🇹🇭 TH泰国-1'
|
||||||
|
- '🇹🇭 TH泰国-2'
|
||||||
|
- '🇲🇨 MC印度尼西亚-1'
|
||||||
|
- '🇲🇨 MC印度尼西亚-2'
|
||||||
|
- '🇺🇸 USA美国-1'
|
||||||
|
- '🇺🇸 USA美国-2'
|
||||||
|
- '🇺🇸 USA美国-3'
|
||||||
|
- '🇺🇸 USA美国-4'
|
||||||
|
|
||||||
|
- name: ♻️ 自动选择
|
||||||
|
type: url-test
|
||||||
|
url: https://www.gstatic.com/generate_204
|
||||||
|
interval: 300
|
||||||
|
tolerance: 50
|
||||||
|
proxies:
|
||||||
|
- '🇭🇰 HK香港-1'
|
||||||
|
- '🇭🇰 HK香港-2'
|
||||||
|
- '🇭🇰 HK香港-3'
|
||||||
|
- '🇭🇰 HK香港-4'
|
||||||
|
- '🇹🇼 TW台湾-1'
|
||||||
|
- '🇹🇼 TW台湾-2'
|
||||||
|
- '🇹🇼 TW台湾-3'
|
||||||
|
- '🇹🇼 TW台湾-4'
|
||||||
|
- '🇸🇬 SG新加坡-1'
|
||||||
|
- '🇸🇬 SG新加坡-2'
|
||||||
|
- '🇸🇬 SG新加坡-3'
|
||||||
|
- '🇸🇬 SG新加坡-4'
|
||||||
|
- '🇯🇵 JP日本-1'
|
||||||
|
- '🇯🇵 JP日本-2'
|
||||||
|
- '🇯🇵 JP日本-3'
|
||||||
|
- '🇯🇵 JP日本-4'
|
||||||
|
|
||||||
|
- name: 📹 YouTube
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🎥 Netflix
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 📲 Telegram
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🎮 Steam社区
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: ⬇️ Steam下载
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: Ⓜ️ 微软服务
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: 🛑 广告拦截
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- REJECT
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🎯 全球直连
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: 🐟 漏网之鱼
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- 🎯 全球直连
|
||||||
|
|
||||||
|
rules:
|
||||||
|
# 私有/局域网直连
|
||||||
|
- RULE-SET,lancidr,🎯 全球直连,no-resolve
|
||||||
|
|
||||||
|
# 广告拦截
|
||||||
|
- RULE-SET,reject,🛑 广告拦截
|
||||||
|
|
||||||
|
# Telegram 分流
|
||||||
|
- RULE-SET,telegramcidr,📲 Telegram,no-resolve
|
||||||
|
|
||||||
|
# 专用服务与流媒体
|
||||||
|
- GEOSITE,youtube,📹 YouTube
|
||||||
|
- GEOSITE,netflix,🎥 Netflix
|
||||||
|
- GEOSITE,steam@cn,⬇️ Steam下载
|
||||||
|
- GEOSITE,steam,🎮 Steam社区
|
||||||
|
- GEOSITE,microsoft,Ⓜ️ 微软服务
|
||||||
|
|
||||||
|
# 国外代理规则
|
||||||
|
- RULE-SET,proxy,🚀 节点选择
|
||||||
|
- GEOSITE,geolocation-!cn,🚀 节点选择
|
||||||
|
|
||||||
|
# 国内直连
|
||||||
|
- RULE-SET,direct,🎯 全球直连
|
||||||
|
- RULE-SET,cncidr,🎯 全球直连
|
||||||
|
- GEOIP,CN,🎯 全球直连
|
||||||
|
|
||||||
|
# 兜底规则
|
||||||
|
- MATCH,🐟 漏网之鱼
|
||||||
+200
@@ -0,0 +1,200 @@
|
|||||||
|
mixed-port: 7890
|
||||||
|
allow-lan: false
|
||||||
|
mode: rule
|
||||||
|
log-level: info
|
||||||
|
unified-delay: true
|
||||||
|
tcp-concurrent: true
|
||||||
|
|
||||||
|
# 开启 TUN 模式提升吞吐效率
|
||||||
|
tun:
|
||||||
|
enable: true
|
||||||
|
stack: mixed
|
||||||
|
dns-hijack:
|
||||||
|
- "any:53"
|
||||||
|
auto-route: true
|
||||||
|
auto-detect-interface: true
|
||||||
|
|
||||||
|
# Geo 规则集配置
|
||||||
|
geodata-mode: true
|
||||||
|
geo-auto-update: true
|
||||||
|
geodata-loader: standard
|
||||||
|
geo-update-interval: 24
|
||||||
|
geox-url:
|
||||||
|
geoip: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
|
||||||
|
geosite: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
|
||||||
|
mmdb: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"
|
||||||
|
asn: "https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb"
|
||||||
|
|
||||||
|
rule-providers:
|
||||||
|
private:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/private.mrs"
|
||||||
|
path: ./ruleset/private.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-!cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-!cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-!cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"
|
||||||
|
path: ./ruleset/cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
dns:
|
||||||
|
enable: true
|
||||||
|
ipv6: false
|
||||||
|
respect-rules: true
|
||||||
|
enhanced-mode: fake-ip
|
||||||
|
fake-ip-range: 198.18.0.1/16
|
||||||
|
fake-ip-filter:
|
||||||
|
- "*.lan"
|
||||||
|
- "*.local"
|
||||||
|
- "*.localdomain"
|
||||||
|
- "time.*.com"
|
||||||
|
- "ntp.*.com"
|
||||||
|
default-nameserver:
|
||||||
|
- 223.5.5.5
|
||||||
|
- 119.29.29.29
|
||||||
|
nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
proxy-server-nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
nameserver-policy:
|
||||||
|
"geosite:cn,private":
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
"geosite:geolocation-!cn":
|
||||||
|
- https://dns.cloudflare.com/dns-query
|
||||||
|
- https://dns.google/dns-query
|
||||||
|
|
||||||
|
proxies:
|
||||||
|
# 1. VLESS Reality (日常低延迟主力)
|
||||||
|
- name: SC-cognetcloud-Reality
|
||||||
|
type: vless
|
||||||
|
server: 154.201.80.157
|
||||||
|
port: 27919
|
||||||
|
uuid: 530b6c0f-85ba-4a1b-9953-33048c9ecd96
|
||||||
|
network: tcp
|
||||||
|
tls: true
|
||||||
|
flow: xtls-rprx-vision
|
||||||
|
servername: www.iij.ad.jp
|
||||||
|
client-fingerprint: firefox
|
||||||
|
reality-opts:
|
||||||
|
public-key: BYsAjkgt2WT0knrFNoPuOZPG0PyvpLGgij78I2KlVHM
|
||||||
|
short-id: 051019b51548306b
|
||||||
|
tfo: false
|
||||||
|
skip-cert-verify: false
|
||||||
|
|
||||||
|
# 2. VMess (经 Cloudflare Argo 临时隧道中转)
|
||||||
|
- name: SC-cognetcloud-VMess
|
||||||
|
type: vmess
|
||||||
|
server: cdns.doon.eu.org
|
||||||
|
port: 443
|
||||||
|
uuid: 530b6c0f-85ba-4a1b-9953-33048c9ecd96
|
||||||
|
alterId: 0
|
||||||
|
cipher: auto
|
||||||
|
tls: true
|
||||||
|
client-fingerprint: firefox
|
||||||
|
servername: riverside-water-public-sen.trycloudflare.com
|
||||||
|
network: ws
|
||||||
|
ws-opts:
|
||||||
|
path: /vmess-argo?ed=2560
|
||||||
|
headers:
|
||||||
|
Host: riverside-water-public-sen.trycloudflare.com
|
||||||
|
|
||||||
|
# 3. Hysteria 2 (QUIC 协议,支持高带宽满速)
|
||||||
|
- name: SC-cognetcloud-Hy2
|
||||||
|
type: hysteria2
|
||||||
|
server: 154.201.80.157
|
||||||
|
port: 41524
|
||||||
|
password: 530b6c0f-85ba-4a1b-9953-33048c9ecd96
|
||||||
|
sni: www.bing.com
|
||||||
|
skip-cert-verify: true
|
||||||
|
up: 100 Mbps
|
||||||
|
down: 1000 Mbps
|
||||||
|
|
||||||
|
# 4. TUIC v5 (原生 UDP 极速中继)
|
||||||
|
- name: SC-cognetcloud-TUIC
|
||||||
|
type: tuic
|
||||||
|
server: 154.201.80.157
|
||||||
|
port: 16435
|
||||||
|
uuid: 530b6c0f-85ba-4a1b-9953-33048c9ecd96
|
||||||
|
password: 530b6c0f-85ba-4a1b-9953-33048c9ecd96
|
||||||
|
skip-cert-verify: true
|
||||||
|
alpn:
|
||||||
|
- h3
|
||||||
|
sni: www.bing.com
|
||||||
|
udp-relay-mode: native
|
||||||
|
congestion-controller: bbr
|
||||||
|
reduce-rtt: true
|
||||||
|
|
||||||
|
proxy-groups:
|
||||||
|
- name: 🚀 节点选择
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- SC-cognetcloud-Hy2
|
||||||
|
- SC-cognetcloud-Reality
|
||||||
|
- SC-cognetcloud-TUIC
|
||||||
|
- SC-cognetcloud-VMess
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: ♻️ 自动选择
|
||||||
|
type: url-test
|
||||||
|
url: https://www.gstatic.com/generate_204
|
||||||
|
interval: 300
|
||||||
|
tolerance: 50
|
||||||
|
proxies:
|
||||||
|
- SC-cognetcloud-Hy2
|
||||||
|
- SC-cognetcloud-Reality
|
||||||
|
- SC-cognetcloud-TUIC
|
||||||
|
- SC-cognetcloud-VMess
|
||||||
|
|
||||||
|
- name: 🌏 非中国
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🔒 国内服务
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: 🏠 私有网络
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- REJECT
|
||||||
|
|
||||||
|
- name: 🐟 漏网之鱼
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- RULE-SET,private,🏠 私有网络,no-resolve
|
||||||
|
- RULE-SET,geolocation-!cn,🌏 非中国
|
||||||
|
- RULE-SET,geolocation-cn,🔒 国内服务
|
||||||
|
- RULE-SET,cn,🔒 国内服务
|
||||||
|
- MATCH,🐟 漏网之鱼
|
||||||
+160
@@ -0,0 +1,160 @@
|
|||||||
|
mixed-port: 7890
|
||||||
|
allow-lan: false
|
||||||
|
mode: rule
|
||||||
|
log-level: info
|
||||||
|
unified-delay: true
|
||||||
|
tcp-concurrent: true
|
||||||
|
|
||||||
|
# Geo 规则集
|
||||||
|
geodata-mode: true
|
||||||
|
geo-auto-update: true
|
||||||
|
geodata-loader: standard
|
||||||
|
geo-update-interval: 24
|
||||||
|
geox-url:
|
||||||
|
geoip: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
|
||||||
|
geosite: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
|
||||||
|
mmdb: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"
|
||||||
|
asn: "https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb"
|
||||||
|
|
||||||
|
rule-providers:
|
||||||
|
private:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/private.mrs"
|
||||||
|
path: ./ruleset/private.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-!cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-!cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-!cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"
|
||||||
|
path: ./ruleset/cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
dns:
|
||||||
|
enable: true
|
||||||
|
ipv6: false
|
||||||
|
respect-rules: true
|
||||||
|
enhanced-mode: fake-ip
|
||||||
|
fake-ip-range: 198.18.0.1/16
|
||||||
|
fake-ip-filter:
|
||||||
|
- "*.lan"
|
||||||
|
- "*.local"
|
||||||
|
- "*.localdomain"
|
||||||
|
- "time.*.com"
|
||||||
|
- "ntp.*.com"
|
||||||
|
default-nameserver:
|
||||||
|
- 223.5.5.5
|
||||||
|
- 119.29.29.29
|
||||||
|
nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
proxy-server-nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
nameserver-policy:
|
||||||
|
"geosite:cn,private":
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
"geosite:geolocation-!cn":
|
||||||
|
- https://dns.cloudflare.com/dns-query
|
||||||
|
- https://dns.google/dns-query
|
||||||
|
|
||||||
|
proxies:
|
||||||
|
# 已更新的土耳其 VPS 节点
|
||||||
|
- name: TR-VPS
|
||||||
|
type: vmess
|
||||||
|
server: cdns.doon.eu.org
|
||||||
|
port: 443
|
||||||
|
uuid: da0dedaa-c86a-4ac8-83b6-9005ea19b664
|
||||||
|
alterId: 0
|
||||||
|
cipher: auto
|
||||||
|
tls: true
|
||||||
|
client-fingerprint: firefox
|
||||||
|
servername: unsigned-cove-provider-editor.trycloudflare.com
|
||||||
|
network: ws
|
||||||
|
ws-opts:
|
||||||
|
path: /vmess-argo?ed=2560
|
||||||
|
headers:
|
||||||
|
Host: unsigned-cove-provider-editor.trycloudflare.com
|
||||||
|
|
||||||
|
- name: JP-HostHatch
|
||||||
|
type: vmess
|
||||||
|
server: cdns.doon.eu.org
|
||||||
|
port: 443
|
||||||
|
uuid: 1cb0039d-318b-4c4e-a014-d7e7aacb4f93
|
||||||
|
alterId: 0
|
||||||
|
cipher: auto
|
||||||
|
tls: true
|
||||||
|
client-fingerprint: firefox
|
||||||
|
servername: beverage-destiny-contributed-requests.trycloudflare.com
|
||||||
|
network: ws
|
||||||
|
ws-opts:
|
||||||
|
path: /vmess-argo?ed=2560
|
||||||
|
headers:
|
||||||
|
Host: beverage-destiny-contributed-requests.trycloudflare.com
|
||||||
|
|
||||||
|
proxy-groups:
|
||||||
|
- name: 🚀 节点选择
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- TR-VPS
|
||||||
|
- JP-HostHatch
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: ♻️ 自动选择
|
||||||
|
type: url-test
|
||||||
|
url: https://www.gstatic.com/generate_204
|
||||||
|
interval: 300
|
||||||
|
tolerance: 50
|
||||||
|
proxies:
|
||||||
|
- TR-VPS
|
||||||
|
- JP-HostHatch
|
||||||
|
|
||||||
|
- name: 🌏 非中国
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🔒 国内服务
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: 🏠 私有网络
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- REJECT
|
||||||
|
|
||||||
|
- name: 🐟 漏网之鱼
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- ♻️ 自动选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- RULE-SET,private,🏠 私有网络,no-resolve
|
||||||
|
- RULE-SET,geolocation-!cn,🌏 非中国
|
||||||
|
- RULE-SET,geolocation-cn,🔒 国内服务
|
||||||
|
- RULE-SET,cn,🔒 国内服务
|
||||||
|
- MATCH,🐟 漏网之鱼
|
||||||
@@ -0,0 +1,130 @@
|
|||||||
|
mixed-port: 7890
|
||||||
|
allow-lan: false
|
||||||
|
mode: rule
|
||||||
|
log-level: info
|
||||||
|
unified-delay: true
|
||||||
|
tcp-concurrent: true
|
||||||
|
|
||||||
|
# Geo 规则集资源
|
||||||
|
geodata-mode: true
|
||||||
|
geo-auto-update: true
|
||||||
|
geodata-loader: standard
|
||||||
|
geo-update-interval: 24
|
||||||
|
geox-url:
|
||||||
|
geoip: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
|
||||||
|
geosite: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
|
||||||
|
mmdb: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"
|
||||||
|
asn: "https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb"
|
||||||
|
|
||||||
|
rule-providers:
|
||||||
|
private:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/private.mrs"
|
||||||
|
path: ./ruleset/private.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-!cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-!cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-!cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
geolocation-cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: domain
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geosite/geolocation-cn.mrs"
|
||||||
|
path: ./ruleset/geolocation-cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
cn:
|
||||||
|
type: http
|
||||||
|
format: mrs
|
||||||
|
behavior: ipcidr
|
||||||
|
url: "https://gh-proxy.com/https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/meta/geo/geoip/cn.mrs"
|
||||||
|
path: ./ruleset/cn.mrs
|
||||||
|
interval: 86400
|
||||||
|
|
||||||
|
dns:
|
||||||
|
enable: true
|
||||||
|
ipv6: false
|
||||||
|
respect-rules: true
|
||||||
|
enhanced-mode: fake-ip
|
||||||
|
fake-ip-range: 198.18.0.1/16
|
||||||
|
fake-ip-filter:
|
||||||
|
- "*.lan"
|
||||||
|
- "*.local"
|
||||||
|
- "*.localdomain"
|
||||||
|
- "time.*.com"
|
||||||
|
- "ntp.*.com"
|
||||||
|
default-nameserver:
|
||||||
|
- 223.5.5.5
|
||||||
|
- 119.29.29.29
|
||||||
|
nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
proxy-server-nameserver:
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
nameserver-policy:
|
||||||
|
"geosite:cn,private":
|
||||||
|
- https://dns.alidns.com/dns-query
|
||||||
|
- https://doh.pub/dns-query
|
||||||
|
"geosite:geolocation-!cn":
|
||||||
|
- https://dns.cloudflare.com/dns-query
|
||||||
|
- https://dns.google/dns-query
|
||||||
|
|
||||||
|
proxies:
|
||||||
|
- name: VPS
|
||||||
|
type: vmess
|
||||||
|
server: cdns.doon.eu.org
|
||||||
|
port: 443
|
||||||
|
uuid: 41f8b0e8-b253-416f-b8dd-06a9c0af5503
|
||||||
|
alterId: 0
|
||||||
|
cipher: auto
|
||||||
|
tls: true
|
||||||
|
client-fingerprint: firefox
|
||||||
|
servername: doubt-announce-colony-generator.trycloudflare.com
|
||||||
|
network: ws
|
||||||
|
ws-opts:
|
||||||
|
path: /vmess-argo?ed=2560
|
||||||
|
headers:
|
||||||
|
Host: doubt-announce-colony-generator.trycloudflare.com
|
||||||
|
|
||||||
|
proxy-groups:
|
||||||
|
- name: 🚀 节点选择
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- VPS
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🌏 非中国
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
- name: 🔒 国内服务
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- 🚀 节点选择
|
||||||
|
|
||||||
|
- name: 🏠 私有网络
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DIRECT
|
||||||
|
- REJECT
|
||||||
|
|
||||||
|
- name: 🐟 漏网之鱼
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- 🚀 节点选择
|
||||||
|
- DIRECT
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- RULE-SET,private,🏠 私有网络,no-resolve
|
||||||
|
- RULE-SET,geolocation-!cn,🌏 非中国
|
||||||
|
- RULE-SET,geolocation-cn,🔒 国内服务
|
||||||
|
- RULE-SET,cn,🔒 国内服务
|
||||||
|
- MATCH,🐟 漏网之鱼
|
||||||
Reference in New Issue
Block a user