mirror of
https://github.com/necronicle/z2k.git
synced 2026-04-28 03:20:25 +00:00
chore: switch all URLs from master to forge branch
All GITHUB_RAW references, README install commands, and z2k_cleanup.sh now point to the forge branch so the installer pulls files from this branch during testing. Also adds .gitignore to exclude compiled Go binary. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b29f901280
commit
0bbca49112
9 changed files with 22 additions and 21 deletions
|
|
@ -63,7 +63,7 @@ opkg install coreutils-sort curl grep gzip ipset iptables kmod_ndms xtables-addo
|
|||
### 3) Установка z2k (Zapret2 для Keenetic)
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/master/z2k.sh | sh
|
||||
curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/forge/z2k.sh | sh
|
||||
```
|
||||
|
||||
---
|
||||
|
|
@ -73,7 +73,7 @@ curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/master/z2k.sh | sh
|
|||
После установки доступно интерактивное меню:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/master/z2k.sh | sh
|
||||
curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/forge/z2k.sh | sh
|
||||
```
|
||||
|
||||
Пункты меню:
|
||||
|
|
@ -135,7 +135,7 @@ curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/master/z2k.sh | sh
|
|||
Если zapret или zapret2 были удалены некорректно, остались зависшие процессы или мусорные правила — используйте скрипт полной зачистки:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/master/z2k_cleanup.sh | sh
|
||||
curl -fsSL https://raw.githubusercontent.com/necronicle/z2k/forge/z2k_cleanup.sh | sh
|
||||
```
|
||||
|
||||
**ВНИМАНИЕ:** Скрипт удаляет ВСЁ связанное с zapret и zapret2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue