mirror of
https://github.com/DanielLavrushin/b4.git
synced 2026-04-28 03:20:35 +00:00
- Created UDP documentation detailing traffic handling and filtering options. - Added backup settings documentation for configuration backup and restoration. - Introduced core settings documentation covering service management, packet processing, and logging. - Added discovery settings documentation for automatic configuration detection. - Created geodata documentation explaining GeoSite and GeoIP databases and their usage. - Added payloads documentation for generating and managing TLS payloads for faking. - Introduced security documentation for web interface authorization and HTTPS setup. - Added domain monitoring documentation for automatic detection of blocked domains and recovery processes. - Created footer and navbar localization files for Russian language support.
1.7 KiB
1.7 KiB
| sidebar_position | title |
|---|---|
| 4 | Keenetic |
Keenetic
Требования
- Роутер Keenetic с поддержкой OPKG
- Установленный Entware (обязательно)
Установка Entware
Новые модели (со встроенным хранилищем)
- Откройте веб-интерфейс роутера
- Перейдите в Параметры системы
- Включите компонент Менеджер пакетов OPKG
Старые модели (нужен USB-накопитель)
- Вставьте USB-накопитель в роутер
- Установите Entware через менеджер пакетов
Подробнее: https://help.keenetic.com/hc/ru/articles/360021214160
Установка b4
Подключитесь по SSH и выполните:
curl -fsSL https://raw.githubusercontent.com/DanielLavrushin/b4/main/install.sh | sh
Управление сервисом
/opt/etc/init.d/S99b4 start
/opt/etc/init.d/S99b4 stop
/opt/etc/init.d/S99b4 restart
Пути
| Что | Где |
|---|---|
| Бинарник | /opt/sbin/b4 |
| Конфигурация | /opt/etc/b4/b4.json |
| Сервис | /opt/etc/init.d/S99b4 |
Архитектура
- Старые модели (MT7621) -
mipsle_softfloat - Новые модели (aarch64) -
arm64
Установщик определяет архитектуру автоматически.
:::warning Без Entware
Без Entware b4 устанавливается в /tmp, который очищается при каждой перезагрузке. Для постоянной работы Entware обязателен.
:::