blob: 07f86202633a4a253db6dfad225bf1800ad43921 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Main features:
• Does NOT require root privilege
• Uses conventional tinc configuration files
• Configurable VPN access/bypass per Android application
• Support for password-protected private keys
• Connection management through a graphical user interface
• Automatable using third party Android applications via Intents
Notes:
• This application is only a VPN client, which is not tied to any VPN service provider by default.
• It requires an existing tinc network to connect to.
• For more information about the tinc VPN protocol, see https://www.tinc-vpn.org/
Platform specific limitations of the Android client:
• Operates with tinc in router mode only
• Connects to only one tinc network at a time
• No support for hook scripts
Please see the project's website for more information (setup guide, documentation, sources, issues):
• https://tincapp.pacien.org
• https://github.com/pacien/tincapp
|