diff --git a/clash/config/wl/full.yaml b/clash/config/wl/full.yaml index ca08e8c..28c7ee2 100644 --- a/clash/config/wl/full.yaml +++ b/clash/config/wl/full.yaml @@ -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 diff --git a/clash/config/wl/lite.yaml b/clash/config/wl/lite.yaml index 560b95d..10ead56 100644 --- a/clash/config/wl/lite.yaml +++ b/clash/config/wl/lite.yaml @@ -3,58 +3,71 @@ proxy-providers: type: http format: text url: 'https://raw.githubusercontent.com/zieng2/wl/main/vless_lite.txt' - interval: 3600 + interval: 7200 path: ./providers/vless_lite_links.yaml proxy: DIRECT health-check: enable: true url: http://www.gstatic.com/generate_204 - interval: 300 + interval: 180 lazy: true + timeout: 5000 expected-status: 204 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 + interval: 7200 path: ./providers/vless_rus_mobile_1.yaml proxy: DIRECT health-check: enable: true url: http://www.gstatic.com/generate_204 - interval: 300 + interval: 180 lazy: true + timeout: 5000 expected-status: 204 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 + interval: 7200 path: ./providers/vless_rus_mobile_2.yaml proxy: DIRECT health-check: enable: true url: http://www.gstatic.com/generate_204 - interval: 300 + interval: 180 lazy: true + timeout: 5000 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 + interval: 180 lazy: true + timeout: 5000 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 @@ -65,14 +78,16 @@ proxy-groups: # - ⚡ Auto Rus Mobile (Топ 150) # - ⚡ Auto Rus Mobile 2 (Топ 150) # - ⚡ Auto White SNI - - DIRECT + # - DIRECT - name: 🔥 Самый быстрый type: url-test url: http://www.gstatic.com/generate_204 - interval: 30 - timeout: 3000 + interval: 40 + timeout: 4000 tolerance: 100 + lazy: true + hidden: true use: - vless-lite - vless-rus-mobile-1 @@ -93,6 +108,7 @@ proxy-groups: # interval: 30 # timeout: 3000 # tolerance: 100 + # hidden: true # use: # - vless-lite @@ -102,6 +118,7 @@ proxy-groups: # interval: 30 # timeout: 3000 # tolerance: 100 + # hidden: true # use: # - vless-rus-mobile-1 @@ -111,6 +128,7 @@ proxy-groups: # interval: 30 # timeout: 3000 # tolerance: 100 + # hidden: true # use: # - vless-rus-mobile-2 @@ -120,8 +138,10 @@ proxy-groups: # interval: 30 # timeout: 3000 # tolerance: 100 + # hidden: true # use: # - white-sni-proxies rules: + - RULE-SET,white-ru-apps,DIRECT - MATCH,🚀 Proxy