2168 lines
63 KiB
YAML
2168 lines
63 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:
|
||
# Telecom (ShenZhen)
|
||
- 202.96.134.133
|
||
- 202.96.128.86
|
||
- 202.96.128.166
|
||
# Google DNS
|
||
- 8.8.8.8
|
||
- 8.8.4.4
|
||
- 2001:4860:4860::8888
|
||
- 2001:4860:4860::8844
|
||
# Cloudflare
|
||
# - 1.1.1.1
|
||
# - 1.0.0.1
|
||
# - 2606:4700:4700::1111
|
||
# - 2606:4700:4700::1001
|
||
# OpenDNS
|
||
# - 208.67.222.222
|
||
# - 208.67.220.220
|
||
# - 2620:119:35::35
|
||
# - 2620:119:53::53
|
||
# Quad9
|
||
# - 9.9.9.9
|
||
# - 149.112.112.112
|
||
# - 2620:fe::fe
|
||
# - 2620:fe::9
|
||
nameserver:
|
||
# Google DNS
|
||
- 8.8.8.8
|
||
- 8.8.4.4
|
||
- 2001:4860:4860::8888
|
||
- 2001:4860:4860::8844
|
||
- tls://dns.google:853
|
||
- https://dns.google/dns-query
|
||
# Cloudflare
|
||
# - tls://cloudflare-dns.com:853
|
||
# - https://cloudflare-dns.com/dns-query
|
||
# OpenDNS
|
||
# - https://doh.opendns.com/dns-query
|
||
# Quad9
|
||
# - https://dns.quad9.net/dns-query
|
||
# - tls://dns.quad9.net:853
|
||
# Unicom DNS
|
||
# - 123.123.123.123
|
||
# - 123.123.123.124
|
||
# - 2408:8000:1010:1::8
|
||
# - 2408:8000:1010:2::8
|
||
# - 2408:8888::8
|
||
# - 2408:8899::8
|
||
# Telecom (ShenZhen)
|
||
# - 202.96.134.133
|
||
# - 202.96.128.86
|
||
# - 202.96.128.166
|
||
# Ali
|
||
# - https://223.5.5.5/dns-query
|
||
# - https://223.6.6.6/dns-query
|
||
# - https://dns.alidns.com/dns-query
|
||
nameserver-policy:
|
||
# "+.gstatic.com": "123.123.123.123"
|
||
"geosite:cn, private":
|
||
- 123.123.123.123
|
||
- 123.123.123.124
|
||
- https://223.5.5.5/dns-query
|
||
- https://223.6.6.6/dns-query
|
||
- https://dns.alidns.com/dns-query
|
||
# proxy-server-nameserver:
|
||
# - 8.8.8.8
|
||
# - 8.8.4.4
|
||
# fallback:
|
||
# # # Unicom DNS
|
||
# # - 123.123.123.123
|
||
# # - 123.123.123.124
|
||
# # - 2408:8888::8
|
||
# # - 2408:8899::8
|
||
# # # Cisco OpenDNS
|
||
# # - 208.67.222.222
|
||
# # - 208.67.220.220
|
||
# # - 2620:0:ccc::2
|
||
# # - 2620:0:ccd::2
|
||
# # Cloudflare DNS
|
||
# - https://cloudflare-dns.com/dns-query
|
||
# - https://dns.cloudflare.com/dns-query
|
||
# # Google DNS
|
||
# - tls://8.8.8.8:853
|
||
# - tls://dns.google:853
|
||
# - https://dns.google/dns-query
|
||
# # # China Education and Research Network Center
|
||
# # - 101.6.6.191
|
||
# # - "[2001:da8::666]:53"
|
||
# fallback-filter:
|
||
# geoip: true
|
||
# geoip-code: CN
|
||
# ipcidr:
|
||
# - 240.0.0.0/4
|
||
# - 0.0.0.0/32
|
||
|
||
proxies:
|
||
# 下面放入你的节点信息(可以多个,认证仔细点!)
|
||
# 节点名字支持 🇭🇰 🇺🇸 🇸🇬 🇲🇴 🇬🇧 🇩🇪 🇯🇵 🇰🇷 🇮🇳 🇪🇸 🇹🇷 🇳🇱等图标。
|
||
|
||
# google vps vless vision
|
||
- name: "🇺🇸 VLESS-Vision"
|
||
type: vless
|
||
server: info.050006.xyz
|
||
port: 8080
|
||
uuid: 55cd7a09-0de1-4180-9a05-00151cfe7b0a
|
||
network: tcp
|
||
servername: info.050006.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# google vps vless reality
|
||
- name: "🇺🇸 VLESS-REALITY"
|
||
type: vless
|
||
server: info.050006.xyz
|
||
port: 8081
|
||
uuid: 55cd9a09-0de1-4180-9a05-00150cfe9b0c
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: XFx81OXwWvvcTc2j2JwgzgDdxTm542LXg0HWLW_EDxs
|
||
client-fingerprint: chrome
|
||
|
||
# google vps vless vision
|
||
- name: "🇺🇸 VLESS-Vision-01"
|
||
type: vless
|
||
server: info01.050006.xyz
|
||
port: 8080
|
||
uuid: 56cd7a09-0de1-4180-9a05-00151cfe7b0a
|
||
network: tcp
|
||
servername: info01.050006.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# google vps vless reality
|
||
- name: "🇺🇸 VLESS-REALITY-01"
|
||
type: vless
|
||
server: info01.050006.xyz
|
||
port: 8081
|
||
uuid: 56cd9a09-0de1-4180-9a05-00150cfe9b0c
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: 0PxjCXB2mQ4vh7WVkwDBQew8f5XHKa4IeT_ouYxBbzM
|
||
client-fingerprint: chrome
|
||
|
||
# incogNET vps vless reality
|
||
- name: "🇺🇸 incogNET-VLESS-REALITY"
|
||
type: vless
|
||
server: info05.010005.xyz
|
||
port: 8081
|
||
uuid: 57ac5a06-0de5-4180-0a09-60009efe0cef
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: XP29Y4XRwQ2E7DgUZAYYNEuMwmITswXoOBK5nKLGWS8
|
||
client-fingerprint: chrome
|
||
|
||
# incogNET vps vless vision
|
||
- name: "🇺🇸 incogNET-VLESS-Vision"
|
||
type: vless
|
||
server: info05.010005.xyz
|
||
port: 8080
|
||
uuid: 57ac5a06-0de5-4180-0a07-50007efe0abc
|
||
network: tcp
|
||
servername: info05.010005.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# incogNET vps vless vision
|
||
- name: "🇺🇸 incogNET-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 57ac5a06-0de5-4180-0a07-50007efe0ab0
|
||
network: ws
|
||
ws-opts:
|
||
path: "/temp0ac0?ed=2560"
|
||
headers:
|
||
Host: inet01.060009.xyz
|
||
servername: inet01.060009.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossing vps vless reality
|
||
- name: "🇺🇸 ColoCrossing-VLESS-REALITY"
|
||
type: vless
|
||
server: info01.010005.xyz
|
||
port: 8081
|
||
uuid: 57cd6a01-0de0-4180-9a16-00009efd0ace
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: -X1taHJ-d_3pO8K8O4VvBHtOzsNFX7WhWE8AuOYf63I
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossing vps vless reality
|
||
- name: "🇺🇸 ColoCrossing-VLESS-REALITY-WARP"
|
||
type: vless
|
||
server: info01.010005.xyz
|
||
port: 8085
|
||
uuid: 57cd6a01-0de0-4180-9a16-00009efd0ace
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: -X1taHJ-d_3pO8K8O4VvBHtOzsNFX7WhWE8AuOYf63I
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossing vps vless vision
|
||
- name: "🇺🇸 ColoCrossing-VLESS-Vision"
|
||
type: vless
|
||
server: info01.010005.xyz
|
||
port: 8080
|
||
uuid: 57cd6a01-0de1-4180-9a16-00009efd0acb
|
||
network: tcp
|
||
servername: info01.010005.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossing vps vless vision
|
||
- name: "🇺🇸 ColoCrossing-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: 45.81.58.71
|
||
# server: 45.81.58.115
|
||
# server: 45.81.58.200
|
||
# server: 192.9.250.241 (US Oracle)
|
||
# server: 176.98.40.196 (NL)
|
||
# server: 150.230.249.48 (KR Oracle)
|
||
# server: 132.145.94.80 (KR Oracle)
|
||
# server: 129.146.7.98 (US Oracle)
|
||
# server: 140.238.50.112
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 57cd6a01-0de1-4180-9a16-00009efd0ac0
|
||
network: ws
|
||
ws-opts:
|
||
path: "/temp09e5?ed=2560"
|
||
headers:
|
||
Host: cc01.060009.xyz
|
||
servername: cc01.060009.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingApps vps vless reality
|
||
- name: "🇺🇸 ColoCrossingApps-VLESS-REALITY"
|
||
type: vless
|
||
server: info02.010005.xyz
|
||
port: 8181
|
||
uuid: 57cd6a01-0de0-4180-9a16-00009efd0ace
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: -X1taHJ-d_3pO8K8O4VvBHtOzsNFX7WhWE8AuOYf63I
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingApps vps vless vision
|
||
- name: "🇺🇸 ColoCrossingApps-VLESS-Vision"
|
||
type: vless
|
||
server: info02.010005.xyz
|
||
port: 8180
|
||
uuid: 57cd6a01-0de1-4180-9a16-00009efd0acb
|
||
network: tcp
|
||
servername: info02.010005.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingApps vps vless vision
|
||
- name: "🇺🇸 ColoCrossingApps-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 57cd6a01-0de1-4180-9a16-00009efd0acc
|
||
network: ws
|
||
ws-opts:
|
||
path: "/temp0acc?ed=2560"
|
||
headers:
|
||
Host: cc02.060009.xyz
|
||
servername: cc02.060009.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingApps01 vps vless reality
|
||
- name: "🇺🇸 ColoCrossingApps01-VLESS-REALITY"
|
||
type: vless
|
||
server: ccs.080087.xyz
|
||
port: 9181
|
||
uuid: 35cd0a05-0de1-4183-9c10-ac005efd0aab
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: speed.cloudflare.com # AKA SNI
|
||
reality-opts:
|
||
public-key: aQCzfzCrRx6QejN5x_NsTCSroTCauJPuKJO7BWuC4yE
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingApps01 vps vless vision
|
||
- name: "🇺🇸 ColoCrossingApps01-VLESS-Vision"
|
||
type: vless
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 35cd0a05-0de1-4183-9c10-ac005efd0aab
|
||
network: ws
|
||
ws-opts:
|
||
path: "/p05efab?ed=2560"
|
||
headers:
|
||
Host: origin01.080087.xyz
|
||
servername: origin01.080087.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless reality
|
||
- name: "🇺🇸 ColoCrossingShare-VLESS-REALITY"
|
||
type: vless
|
||
server: info03.010005.xyz
|
||
port: 8081
|
||
uuid: 30ab0c01-0de1-4185-9c10-aa006efd0ccd
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: zg78cbC4gPOjHr_Ht8jWS6IRqJJuMUui272KebLxAAo
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShare-VLESS-Vision"
|
||
type: vless
|
||
server: info03.010005.xyz
|
||
port: 8080
|
||
uuid: 30ab0c01-0de1-4185-9c10-aa006efd0ccd
|
||
network: tcp
|
||
servername: info03.010005.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShare-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 30ab0c01-0de1-4185-9c10-aa006efd0ccd
|
||
network: ws
|
||
ws-opts:
|
||
path: "/share0a0c?ed=2560"
|
||
headers:
|
||
Host: cc03.060009.xyz
|
||
servername: cc03.060009.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless reality
|
||
- name: "🇺🇸 ColoCrossingShareF-VLESS-REALITY"
|
||
type: vless
|
||
server: share.916521.xyz
|
||
port: 8081
|
||
uuid: 30cc0c05-0de5-4185-9c09-cd005abd0c00
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: JOkJ-1r9AVAzjjQm0ZO6kJWvzlqsOD71B3yGvHwkNSo
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareF-VLESS-Vision"
|
||
type: vless
|
||
server: share.916521.xyz
|
||
port: 8080
|
||
uuid: 30cc0c05-0de5-4185-9c09-cd005abd0c00
|
||
network: tcp
|
||
servername: share.916521.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareF-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 30cc0c05-0de5-4185-9c09-cd005abd0c00
|
||
network: ws
|
||
ws-opts:
|
||
path: "/fshare0ccb?ed=2560"
|
||
headers:
|
||
Host: sharecc.916521.xyz
|
||
servername: sharecc.916521.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless reality
|
||
- name: "🇺🇸 ColoCrossingShareP-VLESS-REALITY"
|
||
type: vless
|
||
server: sharep.060009.xyz
|
||
port: 8081
|
||
uuid: 30ab0d05-0de7-4185-9ca0-cd007abd0c01
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: KCkfmRgP_v25HstJf1p_DkI1YFd4dpuVvFCdjIEl1lA
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareP-VLESS-Vision"
|
||
type: vless
|
||
server: sharep.060009.xyz
|
||
port: 8080
|
||
uuid: 30ab0d05-0de7-4185-9ca0-cd007abd0c01
|
||
network: tcp
|
||
servername: sharep.060009.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareP-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 30ab0d05-0de7-4185-9ca0-cd007abd0c01
|
||
network: ws
|
||
ws-opts:
|
||
path: "/fshare7acd?ed=2560"
|
||
headers:
|
||
Host: cc05.060009.xyz
|
||
servername: cc05.060009.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless reality
|
||
- name: "🇺🇸 ColoCrossingShareC-VLESS-REALITY"
|
||
type: vless
|
||
server: sharec.060009.xyz
|
||
port: 8081
|
||
uuid: 00cd6a05-0de1-4190-9a0b-01050cfe0abe
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: VwOjSIBKi2ssmxot7fzdzwwtd_UTv8jlyoq7iGoPp2M
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareC-VLESS-Vision"
|
||
type: vless
|
||
server: sharec.060009.xyz
|
||
port: 8080
|
||
uuid: 00cd6a05-0de1-4190-9a0b-01050cfe0abe
|
||
network: tcp
|
||
servername: sharec.060009.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShare vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareC-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 00cd6a05-0de1-4190-9a0b-01050cfe0abe
|
||
network: ws
|
||
ws-opts:
|
||
path: "/cshare00a?ed=2560"
|
||
headers:
|
||
Host: cc07.060009.xyz
|
||
servername: cc07.060009.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShareShan vps vless reality
|
||
- name: "🇺🇸 ColoCrossingShareShan-VLESS-REALITY"
|
||
type: vless
|
||
server: share.092025.xyz
|
||
port: 8081
|
||
uuid: 00ab0d09-0de2-4185-2ca0-cd005abd0ab9
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: idssjwjknnfPcZyw8hBOhuXug7S2Zji33SGu0vTh0Ro
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossingShareShan vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareShan-VLESS-Vision"
|
||
type: vless
|
||
server: share.092025.xyz
|
||
port: 8080
|
||
uuid: 00ab0d09-0de2-4185-2ca0-cd005abd0ab9
|
||
network: tcp
|
||
servername: share.092025.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingShareShan vps vless vision
|
||
- name: "🇺🇸 ColoCrossingShareShan-VLESS-Vision-CDN"
|
||
type: vless
|
||
# server: www.visa.com.hk
|
||
server: usa.visa.com
|
||
port: 443
|
||
uuid: 00ab0d09-0de2-4185-2ca0-cd005abd0ab9
|
||
network: ws
|
||
ws-opts:
|
||
path: "/sshare905?ed=2560"
|
||
headers:
|
||
Host: cc01.092025.xyz
|
||
servername: cc01.092025.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingTemp vps vless reality
|
||
- name: "🇺🇸 ColoCrossingTemp-VLESS-REALITY"
|
||
type: vless
|
||
server: temp.lazzycoder.com
|
||
port: 8081
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1acc
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: B5yXdjva9kT6C5nvJQBbumqHZ59SzsyPQ3LTVDRgGzc
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossing vps vless vision
|
||
- name: "🇺🇸 ColoCrossingTemp-VLESS-Vision"
|
||
type: vless
|
||
server: temp.lazzycoder.com
|
||
port: 8080
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1adb
|
||
network: tcp
|
||
servername: temp.lazzycoder.com # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossing vps vless vision
|
||
- name: "🇺🇸 ColoCrossingTemp-VLESS-Vision-CDN"
|
||
type: vless
|
||
server: www.visa.com.sg
|
||
port: 443
|
||
uuid: d5de6faa-0de0-418a-917e-bd095fac1ad0
|
||
network: ws
|
||
ws-opts:
|
||
path: "/b91d0?ed=2560"
|
||
headers:
|
||
Host: speedcc.lazzycoder.com
|
||
servername: speedcc.lazzycoder.com # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossingTemp01 vps vless reality
|
||
- name: "🇺🇸 ColoCrossingTemp01-VLESS-REALITY"
|
||
type: vless
|
||
server: cs.039390.xyz
|
||
port: 8081
|
||
uuid: d5de6fac-0de0-418a-910e-bd095fac1acc
|
||
network: tcp
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
udp: true
|
||
servername: "speed.cloudflare.com" # AKA SNI
|
||
reality-opts:
|
||
public-key: OdQu006BYWyFB1LBrCKGamP5jgOe58bXEtENYKwM-gs
|
||
client-fingerprint: chrome
|
||
|
||
# ColoCrossing vps vless vision
|
||
- name: "🇺🇸 ColoCrossingTemp01-VLESS-Vision"
|
||
type: vless
|
||
server: cs.039390.xyz
|
||
port: 8080
|
||
uuid: d5de6fac-0de0-418a-910e-bd095fac1acc
|
||
network: tcp
|
||
servername: cs.039390.xyz # AKA SNI
|
||
flow: xtls-rprx-vision # xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# ColoCrossing vps vless vision
|
||
- name: "🇺🇸 ColoCrossingTemp01-VLESS-Vision-CDN"
|
||
type: vless
|
||
server: www.visa.com.sg
|
||
port: 443
|
||
uuid: d5de6fac-0de0-418a-910e-bd095fac1acc
|
||
network: ws
|
||
ws-opts:
|
||
path: "/a95acc?ed=2560"
|
||
headers:
|
||
Host: speedcs.039390.xyz
|
||
servername: speedcs.039390.xyz # AKA SNI
|
||
tls: true
|
||
# skip-cert-verify: true
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US"
|
||
type: vless
|
||
server: 45.81.58.115
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US01"
|
||
type: vless
|
||
server: 45.81.58.149
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US02"
|
||
type: vless
|
||
server: 64.181.240.173
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US03"
|
||
type: vless
|
||
server: 45.81.58.200
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US04"
|
||
type: vless
|
||
server: 45.81.58.5
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US05"
|
||
type: vless
|
||
server: 45.81.58.236
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US06"
|
||
type: vless
|
||
server: 45.81.58.3
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇺🇸 vless-US07"
|
||
type: vless
|
||
server: 45.81.58.71
|
||
port: 443
|
||
uuid: 50cd5a09-0de1-4180-9a1b-05059cfe0acd
|
||
servername: subus.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subus.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇸🇬 vless-SG"
|
||
type: vless
|
||
server: 23.90.151.62
|
||
port: 443
|
||
uuid: 60cd5a09-0de5-418b-9a1b-06059cfe0bac
|
||
# uuid: d5de9faa-0de0-418a-915e-bd095facfac7
|
||
servername: subsg.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subsg.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇸🇬 vless-SG01"
|
||
type: vless
|
||
server: 158.178.227.99
|
||
port: 443
|
||
uuid: 60cd5a09-0de5-418b-9a1b-06059cfe0bac
|
||
# uuid: d5de9faa-0de0-418a-915e-bd095facfac7
|
||
servername: subsg.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subsg.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP"
|
||
type: vless
|
||
server: 168.138.194.74
|
||
port: 443
|
||
uuid: 70cd5a09-0de9-418e-9a0b-06079cfe5cab
|
||
servername: subjp.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subjp.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP01"
|
||
type: vless
|
||
server: 131.186.33.175
|
||
port: 443
|
||
uuid: 70cd5a09-0de9-418e-9a0b-06079cfe5cab
|
||
servername: subjp.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subjp.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP02"
|
||
type: vless
|
||
server: 138.2.61.180
|
||
port: 443
|
||
uuid: 70cd5a09-0de9-418e-9a0b-06079cfe5cab
|
||
servername: subjp.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subjp.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP03"
|
||
type: vless
|
||
server: 141.147.184.160
|
||
port: 443
|
||
uuid: 70cd5a09-0de9-418e-9a0b-06079cfe5cab
|
||
servername: subjp.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subjp.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP04"
|
||
type: vless
|
||
server: 150.230.7.216
|
||
port: 443
|
||
uuid: 70cd5a09-0de9-418e-9a0b-06079cfe5cab
|
||
servername: subjp.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subjp.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇯🇵 vless-JP05"
|
||
type: vless
|
||
server: 140.83.61.244
|
||
port: 443
|
||
uuid: 70cd5a09-0de9-418e-9a0b-06079cfe5cab
|
||
servername: subjp.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subjp.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR"
|
||
type: vless
|
||
server: 188.132.129.199
|
||
# server: 188.132.183.136
|
||
port: 2053
|
||
uuid: 80cd5a09-0dea-418f-9a6b-06095cfe0cbe
|
||
servername: tr20001.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: tr20001.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR01"
|
||
type: vless
|
||
server: 188.132.232.175
|
||
port: 443
|
||
uuid: 80cd5a09-0dea-418f-9a6b-06095cfe0cbe
|
||
servername: tr20001.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: tr20001.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR02"
|
||
type: vless
|
||
server: 80.253.254.190
|
||
port: 443
|
||
uuid: 80cd5a09-0dea-418f-9a6b-06095cfe0cbe
|
||
servername: tr20001.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: tr20001.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR03"
|
||
type: vless
|
||
server: 195.16.74.188
|
||
# server: 91.151.93.23
|
||
port: 2053
|
||
uuid: 80cd5a09-0dea-418f-9a6b-06095cfe0cbe
|
||
servername: tr20001.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: tr20001.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR04"
|
||
type: vless
|
||
server: 213.142.150.2
|
||
port: 443
|
||
uuid: 80cd5a09-0dea-418f-9a6b-06095cfe0cbe
|
||
servername: tr20001.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: tr20001.060009.xyz
|
||
|
||
# cloudflare worker vless
|
||
- name: "🇹🇷 vless-TR05"
|
||
type: vless
|
||
server: 138.124.18.131
|
||
port: 443
|
||
uuid: 80cd5a09-0dea-418f-9a6b-06095cfe0cbe
|
||
servername: tr20001.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: tr20001.060009.xyz
|
||
|
||
- name: 🇫🇷 vless-FR01
|
||
type: vless
|
||
server: 141.145.199.188
|
||
port: 443
|
||
uuid: 92cd5a09-0deb-418c-9a1b-06019cbd7c05
|
||
servername: subgb.060009.xyz # priority over wss host
|
||
tls: true
|
||
# udp: false
|
||
tfo: false
|
||
client-fingerprint: random
|
||
skip-cert-verify: true
|
||
network: ws
|
||
ws-opts:
|
||
path: "/?ed=2560"
|
||
headers:
|
||
Host: subgb.060009.xyz
|
||
|
||
proxy-groups:
|
||
- name: 🇺🇸 VPS-US节点
|
||
type: select
|
||
proxies:
|
||
- 🇺🇸 VLESS-REALITY
|
||
- 🇺🇸 VLESS-Vision
|
||
- 🇺🇸 VLESS-REALITY-01
|
||
- 🇺🇸 VLESS-Vision-01
|
||
- name: 🇺🇸 incogNET-US节点
|
||
type: select
|
||
proxies:
|
||
- 🇺🇸 incogNET-VLESS-REALITY
|
||
- 🇺🇸 incogNET-VLESS-Vision
|
||
- 🇺🇸 incogNET-VLESS-Vision-CDN
|
||
- name: 🇺🇸 ColoCrossing-US节点
|
||
type: select
|
||
proxies:
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY-WARP
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-Vision
|
||
- name: 🇺🇸 ShareColoCrossing-US节点
|
||
type: select
|
||
proxies:
|
||
- 🇺🇸 ColoCrossingShare-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision-CDN
|
||
- name: 🚀 节点选择
|
||
type: select
|
||
proxies:
|
||
- DIRECT
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- name: Ⓜ️ OpenAI
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Claude
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Gemini
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 📢 GoogleVoice
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 📢 Google
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🌍 Copilot
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🌍 Bing
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🌍 OneDrive
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Microsoft
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🍎 苹果代理
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🍎 AppleTV
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🍎 苹果服务
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🍎 苹果媒体
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🍎 iCloud
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🍎 iCloudPrivateRelay
|
||
type: select
|
||
proxies:
|
||
- 🎯 全球直连
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🎥 Netflix
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- 🇺🇸 VLESS-Vision
|
||
- 🇺🇸 VLESS-REALITY
|
||
- 🇺🇸 VLESS-Vision-01
|
||
- 🇺🇸 VLESS-REALITY-01
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY-WARP
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision-CDN
|
||
- 🇺🇸 incogNET-VLESS-REALITY
|
||
- 🇺🇸 incogNET-VLESS-Vision
|
||
- 🇺🇸 incogNET-VLESS-Vision-CDN
|
||
- 🇺🇸 vless-US
|
||
- 🇺🇸 vless-US01
|
||
- 🇺🇸 vless-US02
|
||
- 🇺🇸 vless-US03
|
||
- 🇺🇸 vless-US04
|
||
- 🇺🇸 vless-US05
|
||
- 🇺🇸 vless-US06
|
||
- 🇺🇸 vless-US07
|
||
- 🇹🇷 vless-TR
|
||
- 🇹🇷 vless-TR01
|
||
- 🇹🇷 vless-TR02
|
||
- 🇹🇷 vless-TR03
|
||
- 🇹🇷 vless-TR04
|
||
- 🇹🇷 vless-TR05
|
||
- 🇸🇬 vless-SG
|
||
- 🇸🇬 vless-SG01
|
||
- 🇯🇵 vless-JP
|
||
- 🇯🇵 vless-JP01
|
||
- 🇯🇵 vless-JP02
|
||
- 🇯🇵 vless-JP03
|
||
- 🇯🇵 vless-JP04
|
||
- 🇯🇵 vless-JP05
|
||
- DIRECT
|
||
- name: 🎥 Disney
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- 🇺🇸 VLESS-Vision
|
||
- 🇺🇸 VLESS-REALITY
|
||
- 🇺🇸 VLESS-Vision-01
|
||
- 🇺🇸 VLESS-REALITY-01
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY-WARP
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision-CDN
|
||
- 🇺🇸 incogNET-VLESS-REALITY
|
||
- 🇺🇸 incogNET-VLESS-Vision
|
||
- 🇺🇸 incogNET-VLESS-Vision-CDN
|
||
- 🇺🇸 vless-US
|
||
- 🇺🇸 vless-US01
|
||
- 🇺🇸 vless-US02
|
||
- 🇺🇸 vless-US03
|
||
- 🇺🇸 vless-US04
|
||
- 🇺🇸 vless-US05
|
||
- 🇺🇸 vless-US06
|
||
- 🇺🇸 vless-US07
|
||
- 🇹🇷 vless-TR
|
||
- 🇹🇷 vless-TR01
|
||
- 🇹🇷 vless-TR02
|
||
- 🇹🇷 vless-TR03
|
||
- 🇹🇷 vless-TR04
|
||
- 🇹🇷 vless-TR05
|
||
- 🇸🇬 vless-SG
|
||
- 🇸🇬 vless-SG01
|
||
- 🇯🇵 vless-JP
|
||
- 🇯🇵 vless-JP01
|
||
- 🇯🇵 vless-JP02
|
||
- 🇯🇵 vless-JP03
|
||
- 🇯🇵 vless-JP04
|
||
- 🇯🇵 vless-JP05
|
||
- DIRECT
|
||
- name: 🎥 YouTube
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Facebook
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Amazon
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Paypal
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Github
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Twitter
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 📲 电报消息
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: Ⓜ️ Discord
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 📲 SocialMedia
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 📺 proxy_selected
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- name: 📺 Proxy
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- name: 🎯 全球直连
|
||
type: select
|
||
proxies:
|
||
- DIRECT
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🚀 节点选择
|
||
- name: 🛑 广告拦截
|
||
type: select
|
||
proxies:
|
||
- REJECT
|
||
- DIRECT
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🚀 节点选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- name: 🐟 漏网之鱼
|
||
type: select
|
||
proxies:
|
||
- 🚀 节点选择
|
||
- 🎯 全球直连
|
||
- ♻️ 自动选择
|
||
- 🚀 手动选择
|
||
- 🇺🇸 VPS-US节点
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- DIRECT
|
||
- name: 🚀 手动选择
|
||
type: select
|
||
proxies:
|
||
- DIRECT
|
||
- ♻️ 自动选择
|
||
- 🇺🇸 VLESS-Vision
|
||
- 🇺🇸 VLESS-REALITY
|
||
- 🇺🇸 VLESS-Vision-01
|
||
- 🇺🇸 VLESS-REALITY-01
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossing-VLESS-REALITY-WARP
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision
|
||
- 🇺🇸 ColoCrossing-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingApps-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingApps01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShare-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareF-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareP-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareC-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingShareShan-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp-VLESS-Vision-CDN
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-REALITY
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision
|
||
- 🇺🇸 ColoCrossingTemp01-VLESS-Vision-CDN
|
||
- 🇺🇸 incogNET-VLESS-REALITY
|
||
- 🇺🇸 incogNET-VLESS-Vision
|
||
- 🇺🇸 incogNET-VLESS-Vision-CDN
|
||
- 🇺🇸 vless-US
|
||
- 🇺🇸 vless-US01
|
||
- 🇺🇸 vless-US02
|
||
- 🇺🇸 vless-US03
|
||
- 🇺🇸 vless-US04
|
||
- 🇺🇸 vless-US05
|
||
- 🇺🇸 vless-US06
|
||
- 🇺🇸 vless-US07
|
||
- 🇹🇷 vless-TR
|
||
- 🇹🇷 vless-TR01
|
||
- 🇹🇷 vless-TR02
|
||
- 🇹🇷 vless-TR03
|
||
- 🇹🇷 vless-TR04
|
||
- 🇹🇷 vless-TR05
|
||
- 🇸🇬 vless-SG
|
||
- 🇸🇬 vless-SG01
|
||
- 🇯🇵 vless-JP
|
||
- 🇯🇵 vless-JP01
|
||
- 🇯🇵 vless-JP02
|
||
- 🇯🇵 vless-JP03
|
||
- 🇯🇵 vless-JP04
|
||
- 🇯🇵 vless-JP05
|
||
- name: ♻️ 自动选择
|
||
type: url-test
|
||
url: http://www.gstatic.com/generate_204
|
||
interval: 300
|
||
tolerance: 50
|
||
proxies:
|
||
- 🇺🇸 incogNET-US节点
|
||
- 🇺🇸 ColoCrossing-US节点
|
||
- 🇺🇸 ShareColoCrossing-US节点
|
||
- 🇺🇸 US节点
|
||
- 🇹🇷 TR节点
|
||
- 🇸🇬 SG节点
|
||
- 🇯🇵 JP节点
|
||
- 🇬🇧 EUR节点
|
||
- name: 🇺🇸 US节点
|
||
type: load-balance
|
||
strategy: consistent-hashing
|
||
url: http://www.gstatic.com/generate_204
|
||
interval: 300
|
||
tolerance: 150
|
||
proxies:
|
||
- 🇺🇸 vless-US
|
||
- 🇺🇸 vless-US01
|
||
- 🇺🇸 vless-US02
|
||
- 🇺🇸 vless-US03
|
||
- 🇺🇸 vless-US04
|
||
- 🇺🇸 vless-US05
|
||
- 🇺🇸 vless-US06
|
||
- 🇺🇸 vless-US07
|
||
- name: 🇹🇷 TR节点
|
||
type: load-balance
|
||
strategy: consistent-hashing
|
||
url: http://www.gstatic.com/generate_204
|
||
interval: 300
|
||
tolerance: 150
|
||
proxies:
|
||
- 🇹🇷 vless-TR
|
||
- 🇹🇷 vless-TR01
|
||
- 🇹🇷 vless-TR02
|
||
- 🇹🇷 vless-TR03
|
||
- 🇹🇷 vless-TR04
|
||
- 🇹🇷 vless-TR05
|
||
- name: 🇸🇬 SG节点
|
||
type: load-balance
|
||
strategy: consistent-hashing
|
||
url: http://www.gstatic.com/generate_204
|
||
interval: 300
|
||
tolerance: 150
|
||
proxies:
|
||
- 🇸🇬 vless-SG
|
||
- 🇸🇬 vless-SG01
|
||
- name: 🇯🇵 JP节点
|
||
type: load-balance
|
||
strategy: consistent-hashing
|
||
url: http://www.gstatic.com/generate_204
|
||
interval: 300
|
||
tolerance: 150
|
||
proxies:
|
||
- 🇯🇵 vless-JP
|
||
- 🇯🇵 vless-JP01
|
||
- 🇯🇵 vless-JP02
|
||
- 🇯🇵 vless-JP03
|
||
- 🇯🇵 vless-JP04
|
||
- 🇯🇵 vless-JP05
|
||
- name: 🇬🇧 EUR节点
|
||
type: select
|
||
proxies:
|
||
- 🇫🇷 vless-FR01
|
||
|
||
rule-providers:
|
||
google_voice:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/google_voice.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/google_voice.yaml
|
||
microsoft:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/microsoft.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/microsoft.yaml
|
||
onedrive:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/onedrive.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/onedrive.yaml
|
||
advertising:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/advertising.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/advertising.yaml
|
||
paypal:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/paypal.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/paypal.yaml
|
||
facebook:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/facebook.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/facebook.yaml
|
||
claude:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/claude.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/claude.yaml
|
||
social_media:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/social_media.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/social_media.yaml
|
||
google:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/google.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/google.yaml
|
||
icloud:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/icloud.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/icloud.yaml
|
||
apple:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/apple.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/apple.yaml
|
||
amazon:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/amazon.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/amazon.yaml
|
||
youtube:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/youtube.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/youtube.yaml
|
||
telegram:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/telegram.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/telegram.yaml
|
||
github:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/github.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/github.yaml
|
||
appletv:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/appletv.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/appletv.yaml
|
||
bing:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/bing.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/bing.yaml
|
||
proxy:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/proxy.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/proxy.yaml
|
||
twitter:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/twitter.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/twitter.yaml
|
||
openai:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/openai.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/openai.yaml
|
||
copilot:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/copilot.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/copilot.yaml
|
||
apple_proxy:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/apple_proxy.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/apple_proxy.yaml
|
||
google_gemini:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/google_gemini.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/google_gemini.yaml
|
||
netflix:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/netflix.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/netflix.yaml
|
||
discord:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/discord.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/discord.yaml
|
||
disney:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/disney.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/disney.yaml
|
||
apple_media:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/apple_media.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/apple_media.yaml
|
||
china_direct:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/china_direct.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/china_direct.yaml
|
||
iCloudPrivateRelay:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/no_resolve/iCloudPrivateRelay.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/no_resolve/iCloudPrivateRelay.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
|
||
private_direct:
|
||
type: http
|
||
behavior: classical
|
||
path: ./rules_set/private_direct.yaml
|
||
interval: 86400
|
||
url: https://raw.githubusercontent.com/darkli/research/main/rules/rules_set/private_direct.yaml
|
||
|
||
rules:
|
||
# - 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,disney,🎥 Disney
|
||
- RULE-SET,google_voice,📢 GoogleVoice
|
||
- RULE-SET,amazon,Ⓜ️ Amazon
|
||
- RULE-SET,facebook,Ⓜ️ Facebook
|
||
- RULE-SET,github,Ⓜ️ Github
|
||
- RULE-SET,twitter,Ⓜ️ Twitter
|
||
- RULE-SET,telegram,📲 电报消息
|
||
- RULE-SET,discord,Ⓜ️ Discord
|
||
- RULE-SET,youtube,🎥 YouTube
|
||
- RULE-SET,google,📢 Google
|
||
- RULE-SET,icloud,🍎 iCloud
|
||
- RULE-SET,iCloudPrivateRelay,🍎 iCloudPrivateRelay
|
||
- RULE-SET,apple_proxy,🍎 苹果代理
|
||
- RULE-SET,appletv,🍎 AppleTV
|
||
- RULE-SET,apple,🍎 苹果服务
|
||
- RULE-SET,apple_media,🍎 苹果媒体
|
||
- RULE-SET,bing,🌍 Bing
|
||
- RULE-SET,onedrive,🌍 OneDrive
|
||
- RULE-SET,microsoft,Ⓜ️ Microsoft
|
||
- RULE-SET,social_media,📲 SocialMedia
|
||
- RULE-SET,proxy_selected,📺 proxy_selected
|
||
- RULE-SET,proxy,📺 Proxy
|
||
- RULE-SET,proxy_random,📺 Proxy
|
||
- RULE-SET,private_direct,🎯 全球直连
|
||
- RULE-SET,china_direct,🎯 全球直连
|
||
- GEOIP,CN,🎯 全球直连
|
||
- GEOIP,LAN,🎯 全球直连
|
||
- MATCH,🐟 漏网之鱼
|