mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
dpitunnelcli - nosourcesince & desc
This commit is contained in:
parent
b265a15972
commit
bda25f9824
1 changed files with 24 additions and 8 deletions
|
|
@ -1,18 +1,32 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
AuthorName: Evgeniy (aka zhenyolka)
|
SourceCode: https://github.com/nomoresat/DPITunnel-android
|
||||||
AuthorEmail: zhenyolka@gmail.com
|
IssueTracker: https://github.com/nomoresat/DPITunnel-android/issues
|
||||||
SourceCode: https://github.com/zhenyolka/DPITunnel-android
|
Changelog: https://github.com/nomoresat/DPITunnel-android/releases
|
||||||
IssueTracker: https://github.com/zhenyolka/DPITunnel-android/issues
|
|
||||||
Changelog: https://github.com/zhenyolka/DPITunnel-android/releases
|
|
||||||
|
|
||||||
AutoName: DPI Tunnel
|
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
|
RequiresRoot: true
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/zhenyolka/DPITunnel-android
|
Repo: https://github.com/nomoresat/DPITunnel-android.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '1.0'
|
- versionName: '1.0'
|
||||||
|
|
@ -54,7 +68,9 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '1.2'
|
CurrentVersion: '1.2'
|
||||||
CurrentVersionCode: 3
|
CurrentVersionCode: 3
|
||||||
|
|
||||||
|
NoSourceSince: '1.2'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue