commit b9d8180a2c7cb92d95eb33c5104d53e6a1dda337
parent afd1610117af1b3e4a669b21d1821b059c75f071
Author: sin <sin@2f30.org>
Date: Thu, 24 Mar 2016 15:36:30 +0000
No need to be smart, this is done internally
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=`echo password | sha1` stun -s /dev/tun0
+ STUNPW=pass stun -s /dev/tun0
On the client:
ifconfig tun0 create
ifconfig tun0 10.0.0.2 10.0.0.1
- STUNPW=`echo password | sha1` stun -h hostname /dev/tun0
+ STUNPW=pass stun -h hostname /dev/tun0
TCP port 12080 must be opened on the server side.