From efca0c9d9e328e9b49375666de0f3b720cfcc9c9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 Jan 2020 17:39:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f88de0..3bef7bd 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ iptables -t nat -A POSTROUTING -s 192.0.2.0/24 -o eth0 -j MASQUERADE ### Config Creation ```bash -nano wg0.conf # can be placed anywhere, must be referred to using absolute path +nano wg0.conf # can be placed anywhere, must be referred to using absolute path (usually placed in /etc/wireguard/wg0.conf on most Linux systems) ``` ### Key Generation