From 78f1f5174f3664a091002bc430bc598f9e7f0d05 Mon Sep 17 00:00:00 2001 From: dovecoteescapee Date: Wed, 28 Feb 2024 16:19:14 +0300 Subject: [PATCH] Update README --- .github/images/logo.svg | 43 ++++++++++++++++++++++++++++++++++++ README-ru.md | 49 +++++++++++++++++++++++++++++++++++++++++ README.md | 45 +++++++++++++++++++++++++++++++++---- 3 files changed, 133 insertions(+), 4 deletions(-) create mode 100644 .github/images/logo.svg create mode 100644 README-ru.md diff --git a/.github/images/logo.svg b/.github/images/logo.svg new file mode 100644 index 0000000..a9c5b86 --- /dev/null +++ b/.github/images/logo.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README-ru.md b/README-ru.md new file mode 100644 index 0000000..a4dc8c5 --- /dev/null +++ b/README-ru.md @@ -0,0 +1,49 @@ +# ByeDPI for Android + +[English](README.md) | **Русский** + +
+ +
+ +--- + +Приложение для Android, которое запускает локальный VPN-сервис для обхода DPI (Deep Packet Inspection) и цензуры. + +Приложение локально запускает [ByeDPI](https://github.com/hufrea/byedpi) и перенаправляет весь TCP трафик через него. + +## Как использовать? + +1. Скачать .apk файл из [релизов](https://github.com/dovecoteescapee/ByeDPIAndroid/releases/latest) +2. Установить +3. Запустить и нажать Connect + +## Настройки + +Для обхода некоторых блокировок может потребоваться изменить настройки. Подробнее о различных настройках можно прочитать в [документации ByeDPI](https://github.com/hufrea/byedpi#readme-ov-file). + +## FAQ + +### Это VPN? + +Нет. Приложение использует VPN-режим на Android для перенаправления трафика, но не передает ничего на удаленный сервер. Оно не шифрует трафик и не скрывает ваш IP-адрес. + +### Какие данные собирает приложение? + +Никакие. Приложения не отправляет никакие данные на удаленный сервер. Весь трафик обрабатывается на устройстве. + +### А есть для других платформ? + +Для 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. + +[Другие аналоги](https://github.com/ValdikSS/GoodbyeDPI?tab=readme-ov-file#similar-projects) + +### Что такое DPI? + +DPI (Deep Packet Inspection) - это технология для анализа и фильтрации трафика. Она используется провайдерами и государственными органами для блокировки сайтов и сервисов. + +## Зависимости + +- [ByeDPI](https://github.com/hufrea/byedpi) +- [Tun2Socks](https://github.com/dovecoteescapee/tun2socks)* + *форк с добавление раздельного тунелирования TCP и UDP diff --git a/README.md b/README.md index 441b1e0..e89f8fa 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,49 @@ # ByeDPI for Android -Application for Android that start a local VPN service to bypass DPI (Deep Packet Inspection) and censorship. +**English** | [Русский](README-ru.md) -## Features +
+ +
-See [ByeDPI description](https://github.com/hufrea/byedpi/blob/main/readme.txt) +--- + +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 TCP traffic through it. + +## Quick Start + +1. Download the .apk file from the [releases](https://github.com/dovecoteescapee/ByeDPIAndroid/releases/latest) +2. Install +3. Run and press Connect + +## Settings + +To bypass some blocks, you may need to change the settings. More about the various settings can be found in the [ByeDPI documentation](https://github.com/hufrea/byedpi#readme-ov-file). + +## FAQ + +### Is this a VPN? + +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. + +### 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. + +### Are there any for other platforms? + +For Windows, there is [GoodByeDPI](https://github.com/ValdikSS/GoodbyeDPI), and for Linux and macOS [zapret](https://github.com/bol-van/zapret). Also, you can use the original [ByeDPI](https://github.com/hufrea/byedpi) to run a similar proxy on Windows, Linux, or macOS. + +[Other similar projects](https://github.com/ValdikSS/GoodbyeDPI?tab=readme-ov-file#similar-projects) + +### What is DPI? + +DPI (Deep Packet Inspection) is a technology for analyzing and filtering traffic. It is used by providers and government agencies to block sites and services. ## Dependencies - [ByeDPI](https://github.com/hufrea/byedpi) -- [Tun2Socks](https://github.com/dovecoteescapee/tun2socks) +- [Tun2Socks](https://github.com/dovecoteescapee/tun2socks)* + *fork with the addition of separate tunneling of TCP and UDP \ No newline at end of file