b4/docs/i18n/ru/docusaurus-plugin-content-docs/current/install/keenetic.md
Daniel Lavrushin ef8bedd247
Add Russian documentation for UDP handling, backup settings, core settings, discovery settings, geodata, payloads, security, and domain monitoring
- 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.
2026-04-18 21:43:56 +02:00

1.7 KiB
Raw Blame History

sidebar_position title
4 Keenetic

Keenetic

Требования

  • Роутер Keenetic с поддержкой OPKG
  • Установленный Entware (обязательно)

Установка Entware

Новые модели (со встроенным хранилищем)

  1. Откройте веб-интерфейс роутера
  2. Перейдите в Параметры системы
  3. Включите компонент Менеджер пакетов OPKG

Старые модели (нужен USB-накопитель)

  1. Вставьте USB-накопитель в роутер
  2. Установите 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 обязателен. :::