diff options
author | Kevin Scranton <kevin@nwabytes.com> | 2017-05-26 07:58:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:05 +0700 |
commit | 086957823bee754e1fbf64d4197f0a17d003f96c (patch) | |
tree | 7412d1b85e020fc5a23ef12f0a23a565da792f66 /network/tinc/README | |
parent | 682a1ce6663d7a30d56da9aa1d282a21deea693b (diff) | |
download | slackbuilds-086957823bee754e1fbf64d4197f0a17d003f96c.tar.gz |
network/tinc: Added (VPN daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tinc/README')
-rw-r--r-- | network/tinc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/tinc/README b/network/tinc/README new file mode 100644 index 0000000000..62816b3082 --- /dev/null +++ b/network/tinc/README @@ -0,0 +1,9 @@ +tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and +encryption to create a secure private network between hosts on the +Internet. + +tinc is Free Software and licensed under the GNU General Public License +version 2 or later. Because the VPN appears to the IP level network code +as a normal network device, there is no need to adapt any existing software. +This allows VPN sites to share information with each other over the +Internet without exposing any information to others. |