From bbb759583b474921c046577073ea9275438c664f Mon Sep 17 00:00:00 2001 From: hdid Date: Tue, 28 Jun 2016 20:58:23 +0430 Subject: [PATCH] option `daemon' is unknown --- Quick-start-on-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Quick-start-on-linux.md b/Quick-start-on-linux.md index ede64bc..1187d26 100644 --- a/Quick-start-on-linux.md +++ b/Quick-start-on-linux.md @@ -5,7 +5,7 @@ Server: # sysctl -w net.ipv4.ip_forward=1 # DEV=$(ip route | sed -n 's/.*default.*dev \([^ ]\+\).*/\1/p') # iptables -t nat -A POSTROUTING -s 192.168.99.0/24 -o ${DEV} -j MASQUERADE - # glorytun daemon listener dev glorytun 2> gt.log + # glorytun listener dev glorytun 2> gt.log tun name: glorytun new secret key: SERVER_KEY # ip addr add 192.168.99.2 peer 192.168.99.1 dev glorytun @@ -14,7 +14,7 @@ Server: Client: # echo SERVER_KEY > server.key - # glorytun daemon dev glorytun host SERVER_IP keyfile server.key 2> gt.log + # glorytun dev glorytun host SERVER_IP keyfile server.key 2> gt.log tun name: glorytun # ip addr add 192.168.99.1 peer 192.168.99.2 dev glorytun # ip link set glorytun up