From 36be8008d87c27950a20e1d451b182ed314cc946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 10 May 2018 14:05:34 +0000 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9d6c00..4ec87d9 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For exemple, the simplest setup with `ifconfig`: # ifconfig tun0 10.0.1.1 pointopoint 10.0.1.2 up -To check if the server is running, simply call `glorytun`. +To check if the server is running, simply call `glorytun show`. It will show you all the running tunnels. To start a new client, you need to get the secret key (somehow..). @@ -69,7 +69,7 @@ Then simply call: # glorytun bind 0.0.0.0 to SERVER_IP keyfile my_secret_key & # ifconfig tun0 10.0.1.2 pointopoint 10.0.1.1 up -Here the tricky part... You need to specify your paths or `glorytun` will not send anything, it's easy: +Here the tricky part... You need to specify your paths or glorytun will not send anything, it's easy: # glorytun path LOCAL_IPADDR up