Initial release of Kaskad

Каскадная маршрутизация русских сайтов через свой набор RU-серверов
с failover, Telegram-ботом и веб-интерфейсом.

- bin/        — failover-script, route/domain helpers, ams/ru bootstrap
- bot/        — Telegram-бот (Python, long-poll)
- webui/      — Flask single-page dashboard
- docs/       — установка, архитектура, API бота и WebUI
- examples/   — шаблоны конфигов
This commit is contained in:
andrey271192
2026-05-02 09:13:10 +03:00
parent 7a2a41510c
commit 209caa81a8
22 changed files with 2802 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Sensitive: real tokens, keys, server data
notify.env
webui.env
ru-servers.json
ru-extra.list
ru-base.aips
ru-domains.json
*_private.key
*.key
authorized_keys
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
# Editor
.vscode/
.idea/
*.swp
*~
.DS_Store
# Backups
*.bak
*.bak.*