From 9a8d95399d881caf31ab756b4f6daec998974527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 12 Feb 2019 18:04:28 +0000 Subject: [PATCH] Fix typo 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 6eb142a..569b4c3 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,12 @@ To start a server: # glorytun bind 0.0.0.0 keyfile my_secret_key & You should now have an unconfigured network interface (let's say `tun0`). -For exemple, the simplest setup with `ifconfig`: +For example, 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 show`. -It will show you all the running tunnels. +It will show you all of the running tunnels. To start a new client, you need to get the secret key generated for the server. Then simply call: