Update FAQ

This commit is contained in:
dovecoteescapee 2024-08-12 17:51:26 +03:00
parent 88107def37
commit 6580068112
2 changed files with 35 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Приложение для Android, которое запускает локальный VPN-сервис для обхода DPI (Deep Packet Inspection) и цензуры.
Приложение локально запускает [ByeDPI](https://github.com/hufrea/byedpi) и перенаправляет весь трафик через него.
Приложение локально запускает SOCKS5-прокси [ByeDPI](https://github.com/hufrea/byedpi) и перенаправляет весь трафик через него.
## Установка
@ -38,6 +38,10 @@
Вы можете попросить помощи в [discussion](https://github.com/dovecoteescapee/ByeDPIAndroid/discussions).
### Приложение требует root-права?
Нет. Все функции приложения работают без root-прав.
### Как получать обновления?
Используйте [Obtainium](#или-используйте-obtainium).
@ -50,6 +54,18 @@
Никакие. Приложения не отправляет никакие данные на удаленный сервер. Весь трафик обрабатывается на устройстве.
### Как использовать его вместе с AdGuard?
1. Запустите ByeDPI в режиме прокси.
2. Добавьте ByeDPI в исключения AdGuard на вкладке "Управление приложениями".
3. В настройках AdGuard укажите прокси:
```plaintext
Тип прокси: SOCKS5
Хост: 127.0.0.1
Порт: 1080 (по умолчанию)
```
### А есть для других платформ?
Для Windows существует [GoodByeDPI](https://github.com/ValdikSS/GoodbyeDPI), а для Linux и macOS [zapret](https://github.com/bol-van/zapret). Также, вы можете использовать оригинальный [ByeDPI](https://github.com/hufrea/byedpi) для запуска аналогичного прокси на Windows, Linux или macOS.

View File

@ -10,7 +10,8 @@
Android application that runs a local VPN service to bypass DPI (Deep Packet Inspection) and censorship.
The application locally runs [ByeDPI](https://github.com/hufrea/byedpi) and redirects all traffic through it.
This application runs a SOCKS5 proxy [ByeDPI](https://github.com/hufrea/byedpi) and redirects all traffic through it.
## Installation
@ -38,6 +39,10 @@ No. [Discussion of the problem](https://github.com/dovecoteescapee/ByeDPIAndroid
You can ask for help in [discussion](https://github.com/dovecoteescapee/ByeDPIAndroid/discussions).
### Does the application require root access?
No. All application features work without root.
### How to get updates?
Use [Obtainium](#or-use-obtainium).
@ -46,6 +51,18 @@ Use [Obtainium](#or-use-obtainium).
No. The application uses the VPN mode on Android to redirect traffic, but does not send anything to a remote server. It does not encrypt traffic and does not hide your IP address.
### Как использовать его вместе с AdGuard?
1. Run ByeDPI in proxy mode.
2. Add ByeDPI to AdGuard exceptions on the "App management" tab.
3. In AdGuard settings, specify the proxy:
```plaintext
Proxy type: SOCKS5
Proxy host: 127.0.0.1
Proxy port: 1080 (default)
```
### What data does the application collect?
None. The application does not send any data to a remote server. All traffic is processed on the device.