mirror of
https://github.com/DanielLavrushin/b4.git
synced 2026-04-28 19:42:02 +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,22 @@
|
|||
---
|
||||
sidebar_position: 7
|
||||
title: Бэкап
|
||||
---
|
||||
|
||||
# Бэкап
|
||||
|
||||
## Скачать резервную копию
|
||||
|
||||
Кнопка **Скачать** создаёт архив `.tar.gz` со всей конфигурацией b4. В архив входит содержимое директории конфигурации, кроме файлов `.dat` (GeoSite/GeoIP) и базы OUI (vendor lookup).
|
||||
|
||||

|
||||
|
||||
## Восстановить из копии
|
||||
|
||||
1. Нажмите **Загрузить** и выберите ранее скачанный `.tar.gz`
|
||||
2. Файлы конфигурации будут заменены на содержимое архива
|
||||
3. После восстановления будет предложено перезапустить сервис
|
||||
|
||||
:::warning
|
||||
Восстановление полностью заменяет текущую конфигурацию. Если нужно сохранить текущие настройки - сначала скачайте резервную копию.
|
||||
:::
|
||||
Loading…
Add table
Add a link
Reference in a new issue