mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-11 14:36:04 +01:00
77 lines
1.8 KiB
YAML
77 lines
1.8 KiB
YAML
Categories:
|
|
- Internet
|
|
- VPN & Proxy
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/nomoresat/DPITunnel-android
|
|
IssueTracker: https://github.com/nomoresat/DPITunnel-android/issues
|
|
Changelog: https://github.com/nomoresat/DPITunnel-android/releases
|
|
|
|
AutoName: DPI Tunnel
|
|
Description: |-
|
|
<b>NOTE:</b> The source repository has moved but the old code is no longer available.
|
|
|
|
IMPORTANT: Root access is required.
|
|
|
|
DPI Tunnel is an app, that allows you to bypass censorship
|
|
|
|
PI Tunnel uses desync attacks to fool DPI filters
|
|
|
|
It is NOT VPN and won't change your IP
|
|
|
|
Features
|
|
* Bypass many restrictions: blocked or throttled resources
|
|
* Create profiles for different ISP and automatically change them when switch connection
|
|
* Auto start program on device boot
|
|
* Easily auto configure for your ISP
|
|
|
|
RequiresRoot: true
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/nomoresat/DPITunnel-android.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r23b
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 8daf2f752236776c3e2f57f0a1a6fe2fca8b79c1
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r23b
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: f7c2018bd741739de5009be55a114832e5e7495d
|
|
subdir: app
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r23b
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|
|
|
|
NoSourceSince: '1.2'
|