146 lines
3.4 KiB
YAML
146 lines
3.4 KiB
YAML
proxy-providers:
|
|
vless-universal:
|
|
type: http
|
|
format: text
|
|
url: https://raw.githubusercontent.com/zieng2/wl/main/vless_universal.txt
|
|
interval: 7200
|
|
path: ./providers/vless_links.yaml
|
|
proxy: DIRECT
|
|
health-check:
|
|
enable: true
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 60
|
|
lazy: false
|
|
timeout: 3000
|
|
expected-status: 204
|
|
|
|
white-cidr-proxies:
|
|
type: http
|
|
format: text
|
|
url: https://raw.githack.com/igareck/vpn-configs-for-russia/main/WHITE-CIDR-RU-all.txt
|
|
interval: 7200
|
|
path: ./providers/white_cidr_links.yaml
|
|
proxy: DIRECT
|
|
health-check:
|
|
enable: true
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 60
|
|
lazy: false
|
|
timeout: 3000
|
|
expected-status: 204
|
|
|
|
white-sni-proxies:
|
|
type: http
|
|
format: text
|
|
url: https://raw.githack.com/igareck/vpn-configs-for-russia/main/WHITE-SNI-RU-all.txt
|
|
interval: 7200
|
|
path: ./providers/white_sni_links.yaml
|
|
proxy: DIRECT
|
|
health-check:
|
|
enable: true
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 60
|
|
lazy: false
|
|
timeout: 3000
|
|
expected-status: 204
|
|
|
|
rjsxrd-bypass:
|
|
type: http
|
|
format: text
|
|
url: https://raw.githubusercontent.com/whoahaow/rjsxrd/refs/heads/main/githubmirror/bypass/bypass-all.txt
|
|
interval: 7200
|
|
path: ./providers/rjsxrd_bypass.yaml
|
|
proxy: DIRECT
|
|
health-check:
|
|
enable: true
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 60
|
|
lazy: false
|
|
timeout: 3000
|
|
expected-status: 204
|
|
|
|
rule-providers:
|
|
white-ru-apps:
|
|
type: http
|
|
behavior: classical
|
|
format: yaml
|
|
url: https://git.i8m3x.icu/admin/122/raw/branch/master/clash/rules/white-ru-apps.yaml
|
|
interval: 86400
|
|
path: ./rules/custom/white-ru-apps.yaml
|
|
|
|
proxy-groups:
|
|
- name: 🚀 Proxy
|
|
type: select
|
|
proxies:
|
|
- 🔥 Самый быстрый
|
|
- ✍️ Выбор вручную
|
|
# - ⚡ Auto VLESS Universal
|
|
# - ⚡ Auto White CIDR
|
|
# - ⚡ Auto White SNI
|
|
# - DIRECT
|
|
|
|
- name: 🔥 Самый быстрый
|
|
type: url-test
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 30
|
|
timeout: 2000
|
|
tolerance: 100
|
|
lazy: false
|
|
hidden: true
|
|
use:
|
|
- vless-universal
|
|
- white-cidr-proxies
|
|
- white-sni-proxies
|
|
- rjsxrd-bypass
|
|
|
|
- name: ✍️ Выбор вручную
|
|
type: select
|
|
use:
|
|
- vless-universal
|
|
- white-cidr-proxies
|
|
- white-sni-proxies
|
|
|
|
# - name: ⚡ Auto VLESS Universal
|
|
# type: url-test
|
|
# url: http://www.gstatic.com/generate_204
|
|
# interval: 30
|
|
# timeout: 3000
|
|
# tolerance: 100
|
|
# hidden: true
|
|
# use:
|
|
# - vless-universal
|
|
|
|
# - name: ⚡ Auto White CIDR
|
|
# type: url-test
|
|
# url: http://www.gstatic.com/generate_204
|
|
# interval: 30
|
|
# timeout: 3000
|
|
# tolerance: 100
|
|
# hidden: true
|
|
# use:
|
|
# - white-cidr-proxies
|
|
|
|
# - name: ⚡ Auto White SNI
|
|
# type: url-test
|
|
# url: http://www.gstatic.com/generate_204
|
|
# interval: 30
|
|
# timeout: 3000
|
|
# tolerance: 100
|
|
# hidden: true
|
|
# use:
|
|
# - white-sni-proxies
|
|
|
|
# - name: ⚡ Auto rjsxrd Bypass
|
|
# type: url-test
|
|
# url: http://www.gstatic.com/generate_204
|
|
# interval: 30
|
|
# timeout: 3000
|
|
# tolerance: 100
|
|
# hidden: true
|
|
# use:
|
|
# - rjsxrd-bypass
|
|
|
|
rules:
|
|
- RULE-SET,white-ru-apps,DIRECT
|
|
- MATCH,🚀 Proxy
|