mirror of
https://github.com/DanielLavrushin/b4.git
synced 2026-04-28 11:30:39 +00:00
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.
This commit is contained in:
parent
1df5909e62
commit
ef8bedd247
79 changed files with 3545 additions and 3133 deletions
|
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
title: 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 и выполните:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/DanielLavrushin/b4/main/install.sh | sh
|
||||
```
|
||||
|
||||
## Управление сервисом
|
||||
|
||||
```bash
|
||||
/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 обязателен.
|
||||
:::
|
||||
Loading…
Add table
Add a link
Reference in a new issue