1007 lines
26 KiB
YAML
1007 lines
26 KiB
YAML
# port of HTTP
|
||
port: 7890 # 此项将被接管
|
||
|
||
# port of SOCKS5
|
||
socks-port: 7891 # 此项将被接管
|
||
|
||
# redir port for Linux and macOS
|
||
redir-port: 7892 # 此项将被接管
|
||
|
||
allow-lan: true # 此项将被接管为true
|
||
|
||
# Only applicable when setting allow-lan to true
|
||
# "*": bind all IP addresses
|
||
# 192.168.122.11: bind a single IPv4 address
|
||
# "[aaaa::a8aa:ff:fe09:57d8]": bind a single IPv6 address
|
||
bind-address: "*" # HTTP(S)\SOCKS5 监听地址,此项将被接管为all
|
||
|
||
# Rule / Global/ Direct (default is Rule)
|
||
mode: Rule
|
||
|
||
# set log level to stdout (default is info)
|
||
# info / warning / error / debug / silent
|
||
log-level: info
|
||
|
||
# A RESTful API for clash
|
||
external-controller: 0.0.0.0:9090 # 此项将被接管
|
||
|
||
# you can put the static web resource (such as clash-dashboard) to a directory, and clash would serve in `${API}/ui`
|
||
# input is a relative path to the configuration directory or an absolute path
|
||
# external-ui: "/usr/share/openclash/dashboard" # 此项将被接管
|
||
|
||
# Secret for RESTful API (Optional)
|
||
# secret: "123456" # 此项将被接管
|
||
|
||
# experimental feature
|
||
experimental:
|
||
ignore-resolve-fail: true # ignore dns resolve fail, default value is true
|
||
|
||
# authentication of local SOCKS5/HTTP(S) server
|
||
# authentication: # 此项将被接管
|
||
# - "user1:pass1"
|
||
# - "user2:pass2"
|
||
|
||
# # experimental hosts, support wildcard (e.g. *.clash.dev Even *.foo.*.example.com)
|
||
# # static domain has a higher priority than wildcard domain (foo.example.com > *.example.com)
|
||
#hosts:
|
||
#'*.clash.dev': 127.0.0.1
|
||
#'alpha.clash.dev': '::1'
|
||
dns: # 如订阅配置无包括此项的所有DNS设置,OpenClash将自动添加
|
||
enable: true # set true to enable dns (default is false) # 此项将被接管为true
|
||
ipv6: true # default is false # 此项将被接管
|
||
listen: 0.0.0.0:53 # 端口为53时将被接管为7874
|
||
enhanced-mode: fake-ip # or redir-host # 此项将被接管
|
||
fake-ip-range: 198.18.0.1/16 # if you don't know what it is, don't change it # 此项将被接管
|
||
default-nameserver:
|
||
# - 127.0.0.1
|
||
- 8.8.8.8
|
||
# - 1.1.1.1
|
||
# - 114.114.114.114
|
||
nameserver:
|
||
# - 127.0.0.1
|
||
- 8.8.8.8
|
||
# - 1.1.1.1
|
||
# - 114.114.114.114
|
||
fallback:
|
||
- https://dns.cloudflare.com/dns-query
|
||
- tls://dns.google:853
|
||
- https://1.1.1.1/dns-query
|
||
- tls://1.1.1.1:853
|
||
- tls://8.8.8.8:853
|
||
- "[2001:4860:4860::8888]:53"
|
||
- "[2001:4860:4860::8844]:53"
|
||
# - "[2001:da8::666]:53"
|
||
fallback-filter:
|
||
geoip: true
|
||
ipcidr:
|
||
- 240.0.0.0/4
|
||
- 0.0.0.0/32
|
||
|
||
proxies:
|
||
# 下面放入你的节点信息(可以多个,认证仔细点!)
|
||
# 节点名字支持 🇭🇰 🇺🇸 🇸🇬 🇲🇴 🇬🇧 🇩🇪 🇯🇵 🇰🇷 🇮🇳 🇪🇸 🇹🇷 🇳🇱等图标。
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US"
|
||
type: vless
|
||
server: 4.255.56.137
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US01"
|
||
type: vless
|
||
server: 172.64.171.221
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US02"
|
||
type: vless
|
||
server: 172.67.62.64
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇬🇧 vless-GB"
|
||
type: vless
|
||
server: 172.67.241.138
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇬🇧 vless-GB01"
|
||
type: vless
|
||
server: 172.67.245.254
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇬🇧 vless-GB02"
|
||
type: vless
|
||
server: 172.67.241.138
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇸🇬 vless-SG"
|
||
type: vless
|
||
server: 54.179.184.9
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇸🇬 vless-SG01"
|
||
type: vless
|
||
server: 43.156.67.241
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP"
|
||
type: vless
|
||
server: 146.56.187.213
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-916e-bd095facfac1
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: jp.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: jp.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP01"
|
||
type: vless
|
||
server: 152.70.234.188
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-916e-bd095facfac1
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: jp.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: jp.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇪🇸 vless-ES"
|
||
type: vless
|
||
server: 172.64.160.234
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR"
|
||
type: vless
|
||
server: 77.92.151.198
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR01"
|
||
type: vless
|
||
server: 31.12.74.88
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR02"
|
||
type: vless
|
||
server: 185.17.136.46
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR03"
|
||
type: vless
|
||
server: 185.181.210.155
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇳🇱 vless-NL"
|
||
type: vless
|
||
server: 95.164.34.170
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇭🇰 vless-HK"
|
||
type: vless
|
||
server: 172.67.75.37
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
udp: true
|
||
tls: true
|
||
network: ws
|
||
servername: us.sub.060007.xyz # priority over wss host
|
||
# skip-cert-verify: true
|
||
ws-opts:
|
||
path: "/?ed=2048"
|
||
headers:
|
||
Host: us.sub.060007.xyz
|
||
|
||
proxy-groups:
|
||
- name: ♻️ 自动选择
|
||
type: url-test
|
||
url: http://www.gstatic.com/generate_204
|
||
interval: 300
|
||
tolerance: 50
|
||
proxies:
|
||
- 🇺🇸 vless-US
|
||
- 🇺🇸 vless-US01
|
||
- 🇺🇸 vless-US02
|
||
- 🇬🇧 vless-GB
|
||
- 🇬🇧 vless-GB01
|
||
- 🇬🇧 vless-GB02
|
||
- 🇹🇷 vless-TR
|
||
- 🇹🇷 vless-TR01
|
||
- 🇹🇷 vless-TR02
|
||
- 🇹🇷 vless-TR03
|
||
- 🇸🇬 vless-SG
|
||
- 🇸🇬 vless-SG01
|
||
- 🇯🇵 vless-JP
|
||
- 🇯🇵 vless-JP01
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- name: 🇺🇸 US节点
|
||
type: select
|
||
proxies:
|
||
- 🇺🇸 vless-US
|
||
- 🇺🇸 vless-US01
|
||
- 🇺🇸 vless-US02
|
||
- name: 🇬🇧 GB节点
|
||
type: select
|
||
proxies:
|
||
- 🇬🇧 vless-GB
|
||
- 🇬🇧 vless-GB01
|
||
- 🇬🇧 vless-GB02
|
||
- name: 🇹🇷 TR节点
|
||
type: select
|
||
proxies:
|
||
- 🇹🇷 vless-TR
|
||
- 🇹🇷 vless-TR01
|
||
- 🇹🇷 vless-TR02
|
||
- 🇹🇷 vless-TR03
|
||
- name: 🇸🇬 SG节点
|
||
type: select
|
||
proxies:
|
||
- 🇸🇬 vless-SG
|
||
- 🇸🇬 vless-SG01
|
||
- name: 🇯🇵 JP节点
|
||
type: select
|
||
proxies:
|
||
- 🇯🇵 vless-JP
|
||
- 🇯🇵 vless-JP01
|
||
- name: 🚀 节点选择
|
||
type: select
|
||
proxies:
|
||
- DIRECT
|
||
- ♻️ 自动选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- name: Ⓜ️ OpenAI
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Claude
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Gemini
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 📢 GoogleVoice
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 📢 Google
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🌍 Copilot
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🌍 Bing
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🌍 OneDrive
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Microsoft
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🍎 苹果代理
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🍎 AppleTV
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🍎 iCloud
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🍎 苹果服务
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🎥 Netflix
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 🎥 YouTube
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Facebook
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Amazon
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Paypal
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Github
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: Ⓜ️ Twitter
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 📲 电报消息
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 📲 SocialMedia
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
- name: 📺 proxy_selected
|
||
type: select
|
||
proxies:
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- name: 📺 Proxy
|
||
type: select
|
||
proxies:
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- name: 🎯 全球直连
|
||
type: select
|
||
proxies:
|
||
- DIRECT
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- name: 🛑 广告拦截
|
||
type: select
|
||
proxies:
|
||
- REJECT
|
||
- DIRECT
|
||
- name: 🐟 漏网之鱼
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 US节点
|
||
- 🇬🇧 GB节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇪🇸 vless-ES
|
||
- 🇳🇱 vless-NL
|
||
- 🇭🇰 vless-HK
|
||
- DIRECT
|
||
|
||
rule-providers:
|
||
openai:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/openai.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/openai.yaml
|
||
apple_proxy:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/apple_proxy.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/apple_proxy.yaml
|
||
google_voice:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/google_voice.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/google_voice.yaml
|
||
apple:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/apple.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/apple.yaml
|
||
youtube:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/youtube.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/youtube.yaml
|
||
proxy:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/proxy.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/proxy.yaml
|
||
paypal:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/paypal.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/paypal.yaml
|
||
bing:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/bing.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/bing.yaml
|
||
appletv:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/appletv.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/appletv.yaml
|
||
icloud:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/icloud.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/icloud.yaml
|
||
google_gemini:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/google_gemini.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/google_gemini.yaml
|
||
onedrive:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/onedrive.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/onedrive.yaml
|
||
whatsapp:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/whatsapp.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/whatsapp.yaml
|
||
microsoft:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/microsoft.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/microsoft.yaml
|
||
copilot:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/copilot.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/copilot.yaml
|
||
netflix:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/netflix.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/netflix.yaml
|
||
telegram:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/telegram.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/telegram.yaml
|
||
claude:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/claude.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/claude.yaml
|
||
google:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/google.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/google.yaml
|
||
twitter:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/twitter.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/twitter.yaml
|
||
github:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/github.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/github.yaml
|
||
social_media:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/social_media.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/social_media.yaml
|
||
advertising:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/advertising.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/advertising.yaml
|
||
amazon:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/amazon.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/amazon.yaml
|
||
facebook:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/facebook.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/facebook.yaml
|
||
|
||
### custom rule by hand
|
||
proxy_selected:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/proxy_selected.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/proxy_selected.yaml
|
||
proxy_random:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/proxy_random.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/proxy_random.yaml
|
||
direct:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/direct.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/direct.yaml
|
||
|
||
rules:
|
||
- RULE-SET,direct,🎯 全球直连
|
||
- RULE-SET,advertising,🛑 广告拦截
|
||
- RULE-SET,google_gemini,Ⓜ️ Gemini
|
||
- RULE-SET,openai,Ⓜ️ OpenAI
|
||
- RULE-SET,claude,Ⓜ️ Claude
|
||
- RULE-SET,copilot,🌍 Copilot
|
||
- RULE-SET,paypal,Ⓜ️ Paypal
|
||
- RULE-SET,netflix,🎥 Netflix
|
||
- RULE-SET,google_voice,📢 GoogleVoice
|
||
- RULE-SET,youtube,🎥 YouTube
|
||
- RULE-SET,google,📢 Google
|
||
- RULE-SET,apple_proxy,🍎 苹果代理
|
||
- RULE-SET,appletv,🍎 AppleTV
|
||
- RULE-SET,icloud,🍎 iCloud
|
||
- RULE-SET,apple,🍎 苹果服务
|
||
- RULE-SET,bing,🌍 Bing
|
||
- RULE-SET,onedrive,🌍 OneDrive
|
||
- RULE-SET,microsoft,Ⓜ️ Microsoft
|
||
- RULE-SET,amazon,Ⓜ️ Amazon
|
||
- RULE-SET,facebook,Ⓜ️ Facebook
|
||
- RULE-SET,github,Ⓜ️ Github
|
||
- RULE-SET,twitter,Ⓜ️ Twitter
|
||
- RULE-SET,telegram,📲 电报消息
|
||
- RULE-SET,social_media,📲 SocialMedia
|
||
- RULE-SET,proxy_selected,📺 proxy_selected
|
||
- RULE-SET,proxy,📺 Proxy
|
||
- RULE-SET,proxy_random,📺 Proxy
|
||
- GEOIP,LAN,🎯 全球直连
|
||
- GEOIP,CN,🎯 全球直连
|
||
- MATCH,🐟 漏网之鱼
|