update wl configs
This commit is contained in:
@@ -3,42 +3,45 @@ proxy-providers:
|
||||
type: http
|
||||
format: text
|
||||
url: https://raw.githubusercontent.com/zieng2/wl/main/vless_universal.txt
|
||||
interval: 3600
|
||||
interval: 7200
|
||||
path: ./providers/vless_links.yaml
|
||||
proxy: DIRECT
|
||||
health-check:
|
||||
enable: true
|
||||
url: http://www.gstatic.com/generate_204
|
||||
interval: 300
|
||||
lazy: true
|
||||
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: 3600
|
||||
interval: 7200
|
||||
path: ./providers/white_cidr_links.yaml
|
||||
proxy: DIRECT
|
||||
health-check:
|
||||
enable: true
|
||||
url: http://www.gstatic.com/generate_204
|
||||
interval: 300
|
||||
lazy: true
|
||||
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: 3600
|
||||
interval: 7200
|
||||
path: ./providers/white_sni_links.yaml
|
||||
proxy: DIRECT
|
||||
health-check:
|
||||
enable: true
|
||||
url: http://www.gstatic.com/generate_204
|
||||
interval: 300
|
||||
lazy: true
|
||||
interval: 60
|
||||
lazy: false
|
||||
timeout: 3000
|
||||
expected-status: 204
|
||||
|
||||
rjsxrd-bypass:
|
||||
@@ -51,10 +54,20 @@ proxy-providers:
|
||||
health-check:
|
||||
enable: true
|
||||
url: http://www.gstatic.com/generate_204
|
||||
interval: 300
|
||||
lazy: true
|
||||
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
|
||||
@@ -64,14 +77,16 @@ proxy-groups:
|
||||
# - ⚡ Auto VLESS Universal
|
||||
# - ⚡ Auto White CIDR
|
||||
# - ⚡ Auto White SNI
|
||||
- DIRECT
|
||||
# - DIRECT
|
||||
|
||||
- name: 🔥 Самый быстрый
|
||||
type: url-test
|
||||
url: http://www.gstatic.com/generate_204
|
||||
interval: 30
|
||||
timeout: 3000
|
||||
timeout: 2000
|
||||
tolerance: 100
|
||||
lazy: false
|
||||
hidden: true
|
||||
use:
|
||||
- vless-universal
|
||||
- white-cidr-proxies
|
||||
@@ -91,6 +106,7 @@ proxy-groups:
|
||||
# interval: 30
|
||||
# timeout: 3000
|
||||
# tolerance: 100
|
||||
# hidden: true
|
||||
# use:
|
||||
# - vless-universal
|
||||
|
||||
@@ -100,6 +116,7 @@ proxy-groups:
|
||||
# interval: 30
|
||||
# timeout: 3000
|
||||
# tolerance: 100
|
||||
# hidden: true
|
||||
# use:
|
||||
# - white-cidr-proxies
|
||||
|
||||
@@ -109,6 +126,7 @@ proxy-groups:
|
||||
# interval: 30
|
||||
# timeout: 3000
|
||||
# tolerance: 100
|
||||
# hidden: true
|
||||
# use:
|
||||
# - white-sni-proxies
|
||||
|
||||
@@ -118,8 +136,10 @@ proxy-groups:
|
||||
# interval: 30
|
||||
# timeout: 3000
|
||||
# tolerance: 100
|
||||
# hidden: true
|
||||
# use:
|
||||
# - rjsxrd-bypass
|
||||
|
||||
rules:
|
||||
- RULE-SET,white-ru-apps,DIRECT
|
||||
- MATCH,🚀 Proxy
|
||||
|
||||
Reference in New Issue
Block a user