.github/images | ||
.idea | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
.gitmodules | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README-ru.md | ||
README.md | ||
settings.gradle.kts |
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
- Download the .apk file from the releases
- Install
- 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.
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.