update clash/
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
### 💻 Windows
|
||||
| Клиент | Ссылка |
|
||||
|--------|--------|
|
||||
| 1. **Clash Party** | [GitHub](https://github.com/mihomo-party-org/clash-party) |
|
||||
| 2. **FLClash** | [GitHub](https://github.com/chen08209/FlClash) |
|
||||
| 3. **Clash Verge Rev** | [GitHub](https://github.com/clash-verge-rev/clash-verge-rev) |
|
||||
| **FLClash** | [GitHub](https://github.com/chen08209/FlClash) |
|
||||
| **Clash Party** | [GitHub](https://github.com/mihomo-party-org/clash-party) |
|
||||
| **Clash Verge Rev** | [GitHub](https://github.com/clash-verge-rev/clash-verge-rev) |
|
||||
|
||||
### 🤖 Android
|
||||
| Клиент | Ссылка |
|
||||
@@ -20,10 +20,37 @@
|
||||
|
||||
---
|
||||
|
||||
## Подключение подписки
|
||||
## Добавление профиля
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Во всех инструкциях ниже замени `ВАШ_URL` на ссылку подписки.
|
||||
В клиенте необходимо добавить профиль через URL-подписку.
|
||||
|
||||
Доступны **3 конфигурации:**
|
||||
|
||||
---
|
||||
|
||||
### 📡 Основной профиль
|
||||
|
||||
Используется для подключения подписки к клиенту:
|
||||
|
||||
```
|
||||
https://git.i8m3x.icu/admin/122/raw/branch/master/clash/config/client.yaml
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### 🛡️ Обход белого списка
|
||||
|
||||
Две версии на выбор — выбери ту, которая подходит твоему устройству.
|
||||
|
||||
**Полная версия**:
|
||||
```
|
||||
https://git.i8m3x.icu/admin/122/raw/branch/master/clash/config/wl/full.yaml
|
||||
```
|
||||
|
||||
**Облегчённая версия** — если телефон не справляется с полной:
|
||||
```
|
||||
https://git.i8m3x.icu/admin/122/raw/branch/master/clash/config/wl/lite.yaml
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -334,6 +334,7 @@ rules:
|
||||
# - RULE-SET,bld-agregator,REJECT
|
||||
|
||||
# === DIRECT (priority) ===
|
||||
- DOMAIN,reddit.com,DIRECT
|
||||
- RULE-SET,games-direct,DIRECT
|
||||
- RULE-SET,ru-app-list,DIRECT
|
||||
|
||||
|
||||
@@ -41,6 +41,20 @@ proxy-providers:
|
||||
lazy: true
|
||||
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: 300
|
||||
lazy: true
|
||||
expected-status: 204
|
||||
|
||||
proxy-groups:
|
||||
- name: 🚀 Proxy
|
||||
type: select
|
||||
@@ -62,6 +76,7 @@ proxy-groups:
|
||||
- vless-universal
|
||||
- white-cidr-proxies
|
||||
- white-sni-proxies
|
||||
- rjsxrd-bypass
|
||||
|
||||
- name: ✍️ Выбор вручную
|
||||
type: select
|
||||
@@ -97,5 +112,14 @@ proxy-groups:
|
||||
# use:
|
||||
# - white-sni-proxies
|
||||
|
||||
# - name: ⚡ Auto rjsxrd Bypass
|
||||
# type: url-test
|
||||
# url: http://www.gstatic.com/generate_204
|
||||
# interval: 30
|
||||
# timeout: 3000
|
||||
# tolerance: 100
|
||||
# use:
|
||||
# - rjsxrd-bypass
|
||||
|
||||
rules:
|
||||
- MATCH,🚀 Proxy
|
||||
|
||||
Reference in New Issue
Block a user