stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 7335a72ec3f69d4079fe0f6987d8fc6c457557a3
parent 7b1a80054e6943011c526a34e01bb8e7946be4dd
Author: sin <sin@2f30.org>
Date:   Thu, 17 Mar 2016 19:43:28 +0000

Add note about stun port in README

Diffstat:
MREADME | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -23,3 +23,5 @@ On the client: ifconfig tun0 create ifconfig tun0 10.0.0.2 10.0.0.1 STUNPW="password" stun -h ip-of-server /dev/tun0 + +TCP port 12080 must be opened on the server side.