Application that start a local VPN service to bypass DPI and censorship.
Go to file
dovecoteescapee 65cfecc679 Small fixes
2024-03-03 15:21:01 +03:00
.github/images Update README 2024-02-28 16:19:14 +03:00
.idea v1.0.0-rc1: 2024-02-27 00:00:53 +03:00
app Small fixes 2024-03-03 15:21:01 +03:00
gradle/wrapper Upgrade gradle 2024-03-02 15:53:05 +03:00
.gitignore Release 0.1.1-alpha: 2024-02-23 18:49:36 +03:00
.gitmodules Release 0.1.0-alpha 2024-02-22 21:06:02 +03:00
build.gradle.kts Upgrade gradle 2024-03-02 15:53:05 +03:00
gradle.properties Release 0.1.0-alpha 2024-02-22 21:06:02 +03:00
gradlew Release 0.1.0-alpha 2024-02-22 21:06:02 +03:00
gradlew.bat Release 0.1.0-alpha 2024-02-22 21:06:02 +03:00
LICENSE Initial commit 2024-02-22 21:01:48 +03:00
README-ru.md Update README 2024-02-28 16:19:14 +03:00
README.md Fix README.md 2024-02-28 16:56:51 +03:00
settings.gradle.kts Release 0.1.0-alpha 2024-02-22 21:06:02 +03:00

ByeDPI for Android

English | Русский


Android application that runs a local VPN service to bypass DPI (Deep Packet Inspection) and censorship.

The application locally runs ByeDPI and redirects all TCP traffic through it.

Quick Start

  1. Download the .apk file from the releases
  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.

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, and for Linux and macOS zapret. Also, you can use the original ByeDPI to run a similar proxy on Windows, Linux, or macOS.

Other 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
  • Tun2Socks*
    *fork with the addition of separate tunneling of TCP and UDP