stun

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

commit 4d6804ef90f3291394ad614a3951c74337e1b2b1
parent ed952c61cd79e4a49b75bea94e035111ae1a52a4
Author: sin <sin@2f30.org>
Date:   Wed, 23 Mar 2016 11:44:15 +0000

update README - on some BSDs u have to explicitly create the if

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

diff --git a/README b/README @@ -14,11 +14,13 @@ Usage On the server: + ifconfig tun0 create ifconfig tun0 10.0.0.1 10.0.0.2 STUNPW="password" stun -s /dev/tun0 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