commit 28bce250d8affd3331b06fda9d52502e1893369e
parent 3ec0970880e22781fd1379bddd5d078f9cad4d1b
Author: sin <sin@2f30.org>
Date: Wed, 23 Mar 2016 17:46:04 +0000
update readme
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -16,12 +16,12 @@ On the server:
ifconfig tun0 create
ifconfig tun0 10.0.0.1 10.0.0.2
- STUNPW="password" stun -s /dev/tun0
+ STUNPW=`echo password | sha1` 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
+ STUNPW=`echo password | sha1` stun -h hostname /dev/tun0
TCP port 12080 must be opened on the server side.