diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-12 15:41:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-12 15:41:48 +0000 |
commit | a4f2f7f34c0d59fca9b994831c7cd0d4ea4f1ee5 (patch) | |
tree | 8d5085606383a0b18e7c8f1ecf631b1921c9e4cd /net/Makefile | |
parent | 84406d35bc52e784cedbdd807abb6f5df274d304 (diff) |
Instead of a Web interface, which is usually offered by traditional tunnel
brokers, Freenet6 uses an innovative model based on the TSP Client. The TSP
Client is software that usually runs on a PC and that implements the Tunnel
Setup Protocol (TSP). The TSP Client is used to automatically negotiate a
configured tunnel between a PC or router and the Freenet6 tunnel broker,
making IPv6 easy to install and maintain. The TSP Client source code is
licensed under the GPL. A commercial license is also available.
PR: ports/83260
Submitted by: Linas Valiukas <shirshegsm@gmail.com>
Notes
Notes:
svn path=/head/; revision=138998
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 64938b7d2f5c..d3abca4408eb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -831,6 +831,7 @@ SUBDIR += tridiavnc SUBDIR += tsclient SUBDIR += tsocks + SUBDIR += tspc2 SUBDIR += ttlscan SUBDIR += ttt SUBDIR += tund |