From 14dc049a662310656a3b23b6fb68d9bdb4ee5340 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 2 Jul 2021 14:31:33 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c025ee3..8e6b686 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ - ‼️ Make sure you have **Wireguard** and **Wireguard-Tools (`wg-quick`)** installed.‼️ How to install? - Configuration files under **/etc/wireguard** - - **Note: For peers, `PublicKey` & `AllowedIPs` is required.** + - **Note**: + - **For `[Interface]` in the `.conf` file, please make sure you have `SaveConfig = true` under `[Interface]`** (Bug mentioned in [#9](https://github.com/donaldzou/wireguard-dashboard/issues/9#issuecomment-852346481)) + - **For peers, `PublicKey` & `AllowedIPs` is required.** - Python 3.7+ & Pip3 @@ -91,7 +93,7 @@ cd Wireguard-Dashboard/src ./wgd.sh debug # Start the dashboard in foreground (debug mode) ./wgd.sh stop # Stop the dashboard ./wgd.sh restart # Restart the dasboard - +``` ⚠️ **For first time user please also read the next section.**