73 lines
1.7 KiB
YAML
73 lines
1.7 KiB
YAML
external-controller: 127.0.0.1:9090
|
|
external-ui: ./ui
|
|
external-ui-url: "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip"
|
|
|
|
proxy-providers:
|
|
zieng2-universal:
|
|
type: http
|
|
format: text
|
|
url: https://raw.githubusercontent.com/zieng2/wl/main/vless_universal.txt
|
|
interval: 3600
|
|
path: ./providers/zieng2_universal.yaml
|
|
proxy: DIRECT
|
|
health-check:
|
|
enable: true
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 300
|
|
lazy: true
|
|
timeout: 3000
|
|
expected-status: 204
|
|
|
|
white-cidr-ru-all:
|
|
type: http
|
|
format: text
|
|
url: https://raw.githubusercontent.com/igareck/vpn-configs-for-russia/refs/heads/main/WHITE-CIDR-RU-all.txt
|
|
interval: 7200
|
|
path: ./providers/white_cidr_ru_all.txt
|
|
proxy: DIRECT
|
|
health-check:
|
|
enable: true
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 300
|
|
lazy: true
|
|
timeout: 3000
|
|
expected-status: 204
|
|
|
|
rule-providers:
|
|
white-ru-apps:
|
|
type: http
|
|
behavior: classical
|
|
format: yaml
|
|
url: https://git.ludik.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:
|
|
- 🔥 Самый быстрый
|
|
- ✍️ Выбор вручную
|
|
|
|
- name: 🔥 Самый быстрый
|
|
type: fallback
|
|
url: http://www.gstatic.com/generate_204
|
|
interval: 20
|
|
timeout: 3000
|
|
tolerance: 100
|
|
lazy: true
|
|
hidden: true
|
|
use:
|
|
- zieng2-universal
|
|
- white-cidr-ru-all
|
|
|
|
- name: ✍️ Выбор вручную
|
|
type: select
|
|
use:
|
|
- zieng2-universal
|
|
- white-cidr-ru-all
|
|
|
|
rules:
|
|
- RULE-SET,white-ru-apps,DIRECT
|
|
- MATCH,🚀 Proxy
|