diff options
author | pacien | 2018-08-06 23:13:02 +0200 |
---|---|---|
committer | pacien | 2018-08-06 23:13:02 +0200 |
commit | 4079a18706ca817d40c66d5f31573800c7121815 (patch) | |
tree | f08db0db45b3ae8c63628449eadd4ac83c159979 /app/src/main/play/en-US/listing/fulldescription | |
parent | 0e4304420442be37d334867f11e646826ca1f773 (diff) | |
download | tincapp-4079a18706ca817d40c66d5f31573800c7121815.tar.gz |
Add store metadata
Diffstat (limited to 'app/src/main/play/en-US/listing/fulldescription')
-rw-r--r-- | app/src/main/play/en-US/listing/fulldescription | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app/src/main/play/en-US/listing/fulldescription b/app/src/main/play/en-US/listing/fulldescription new file mode 100644 index 0000000..0dc4073 --- /dev/null +++ b/app/src/main/play/en-US/listing/fulldescription | |||
@@ -0,0 +1,26 @@ | |||
1 | Warning: | ||
2 | • This application is only a VPN client, which is not tied to any VPN service provider by default. | ||
3 | • It requires an existing tinc network to connect to. | ||
4 | • For more information about the tinc VPN protocol, see https://www.tinc-vpn.org/ | ||
5 | |||
6 | Main features of Tinc App: | ||
7 | • Does NOT require root privilege | ||
8 | • Connection management through a graphical interface | ||
9 | • Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application) | ||
10 | • Automatable using third party Android applications via Intents | ||
11 | |||
12 | Platform specific limitations of the Android client: | ||
13 | • Operates with tinc in router mode only | ||
14 | • Connects to only one tinc network at a time | ||
15 | • No support for hook scripts | ||
16 | |||
17 | Please see the project's website for more information (setup guide, documentation, sources, issues): | ||
18 | • https://tincapp.pacien.org | ||
19 | • https://github.com/pacien/tincapp | ||
20 | |||
21 | --- | ||
22 | |||
23 | Copyright (C) 2017-2018 Pacien TRAN-GIRARD | ||
24 | 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. | ||
25 | 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. | ||
26 | See the GNU General Public License for more details: https://www.gnu.org/licenses/ | ||