add wl and update

This commit is contained in:
2026-05-17 18:43:26 +03:00
parent 51c44b49e5
commit 2c62bc4d28
3 changed files with 230 additions and 35 deletions

88
clash/config/wl/full.yaml Normal file
View File

@@ -0,0 +1,88 @@
proxy-providers:
vless-universal:
type: http
format: text
url: https://raw.githubusercontent.com/zieng2/wl/main/vless_universal.txt
interval: 3600
path: ./providers/vless_links.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
white-cidr-proxies:
type: http
format: text
url: https://raw.githack.com/igareck/vpn-configs-for-russia/main/WHITE-CIDR-RU-all.txt
interval: 3600
path: ./providers/white_cidr_links.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
white-sni-proxies:
type: http
format: text
url: https://raw.githack.com/igareck/vpn-configs-for-russia/main/WHITE-SNI-RU-all.txt
interval: 3600
path: ./providers/white_sni_links.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
proxy-groups:
- name: 🔥 Самый быстрый
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- vless-universal
- white-cidr-proxies
- white-sni-proxies
- name: ✍️ Выбор вручную
type: select
use:
- vless-universal
- white-cidr-proxies
- white-sni-proxies
- name: ⚡ Auto VLESS Universal
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- vless-universal
- name: ⚡ Auto White CIDR
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- white-cidr-proxies
- name: ⚡ Auto White SNI
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- white-sni-proxies

113
clash/config/wl/lite.yaml Normal file
View File

@@ -0,0 +1,113 @@
proxy-providers:
vless-lite:
type: http
format: text
url: 'https://raw.githubusercontent.com/zieng2/wl/main/vless_lite.txt'
interval: 3600
path: ./providers/vless_lite_links.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
vless-rus-mobile-1:
type: http
format: text
url: 'https://raw.githack.com/igareck/vpn-configs-for-russia/main/Vless-Reality-White-Lists-Rus-Mobile.txt'
interval: 3600
path: ./providers/vless_rus_mobile_1.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
vless-rus-mobile-2:
type: http
format: text
url: 'https://raw.githack.com/igareck/vpn-configs-for-russia/main/Vless-Reality-White-Lists-Rus-Mobile-2.txt'
interval: 3600
path: ./providers/vless_rus_mobile_2.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
white-sni-proxies:
type: http
format: text
url: 'https://raw.githack.com/igareck/vpn-configs-for-russia/main/WHITE-SNI-RU-all.txt'
interval: 3600
path: ./providers/white_sni_links.yaml
proxy: DIRECT
health-check:
enable: true
url: http://cp.cloudflare.com/generate_2048
interval: 300
lazy: true
expected-status: 200
proxy-groups:
- name: 🔥 Самый быстрый
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- vless-lite
- vless-rus-mobile-1
- vless-rus-mobile-2
- white-sni-proxies
- name: ✍️ Выбор вручную
type: select
use:
- vless-lite
- vless-rus-mobile-1
- vless-rus-mobile-2
- white-sni-proxies
- name: ⚡ Auto VLESS Lite
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- vless-lite
- name: ⚡ Auto Rus Mobile (Топ 150)
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- vless-rus-mobile-1
- name: ⚡ Auto Rus Mobile 2 (Топ 150)
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- vless-rus-mobile-2
- name: ⚡ Auto White SNI
type: url-test
url: http://cp.cloudflare.com/generate_2048
interval: 30
timeout: 3000
tolerance: 50
use:
- white-sni-proxies