Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 652 Bytes

Tinc GUI for android. http://tinc_gui.poirsouille.org/.

Tinc is a peer to peer VPN daemon.

Using tinc daemon, cross-compiled for android. See https://github.com/Vilbrekin/tinc and original web site http://tinc-vpn.org/.

Copyright (C) 2016 Vilbrekin [email protected] Distributed under GPLv3.

Build Status

tincd binary can be cross-compiled ing the NDK. Git sub-modules are used to track the correct versions of OpenSSL and tinc. The easiest way to build tincd should be similar to:

git submodule update --init
./gradlew build