feat: uninstall.sh and README one-command server removal

Made-with: Cursor
This commit is contained in:
Андрей Бобырев
2026-04-25 18:30:12 +03:00
parent adcf95ff4a
commit 584028ae60
2 changed files with 19 additions and 0 deletions

View File

@@ -64,6 +64,16 @@ sudo systemctl restart keenetic-dns-routes
Без git: скопируй каталог проекта поверх, затем снова `sudo bash update.sh` или команды выше.
## Удаление с сервера (одной командой)
Останавливается `keenetic-dns-routes`, удаляется unit и каталог **`/opt/keenetic-dns-routes`**:
```bash
curl -fsSL https://raw.githubusercontent.com/andrey271192/keenetic-dns-routes/main/uninstall.sh | sudo bash
```
Из каталога установки: `sudo bash uninstall.sh`
## Поддержка
- **GitHub:** [andrey271192](https://github.com/andrey271192)