blob: cd9b9e335adc793de623c61c7bbcc3d48cc2119d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Main features:
• Does NOT require root privilege
• Connection management through a graphical interface
• Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application)
• 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
---
Copyright © 2017-2018 Pacien TRAN-GIRARD and contributors.
This program is licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version.
It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details: https://www.gnu.org/licenses/
|