ByeDPIAndroid/README.md

60 lines
2.2 KiB
Markdown
Raw Normal View History

2024-02-22 18:06:02 +00:00
# ByeDPI for Android
2024-02-28 13:19:14 +00:00
**English** | [Русский](README-ru.md)
2024-02-22 18:06:02 +00:00
2024-02-28 13:19:14 +00:00
<div align="center">
<img src=".github/images/logo.svg" height="200px" width="200px" />
</div>
2024-02-22 18:06:02 +00:00
2024-02-28 13:19:14 +00:00
---
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.
2024-03-03 16:29:08 +00:00
## Installation
2024-02-28 13:19:14 +00:00
2024-03-03 16:29:08 +00:00
[<img src="https://github.com/machiav3lli/oandbackupx/blob/034b226cea5c1b30eb4f6a6f313e4dadcbb0ece4/badge_github.png"
alt="Get it on GitHub"
height="80">](https://github.com/dovecoteescapee/ByeDPIAndroid/releases)
### Or use Obtainium
1. Install [Obtainium](https://github.com/ImranR98/Obtainium?tab=readme-ov-file#installation)
2. Add the app by URL:
`https://github.com/dovecoteescapee/ByeDPIAndroid`
2024-02-28 13:19:14 +00:00
## 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
2024-03-03 16:29:08 +00:00
### How to get updates?
Use [Obtainium](#or-use-obtainium).
2024-02-28 13:19:14 +00:00
### 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.
2024-02-22 18:06:02 +00:00
## Dependencies
- [ByeDPI](https://github.com/hufrea/byedpi)
2024-02-28 13:56:51 +00:00
- [Tun2Socks](https://github.com/dovecoteescapee/tun2socks)*
*fork with the addition of separate tunneling of TCP and UDP