From 320b82dc1879a66195bc10d834a09791a5a2db0a Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 23 Oct 2020 17:51:11 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index facacd2..263ccc1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Monitoring Wireguard is not convinient, need to login into server and type wg show. That's why this platform is being created, to view all configurations in a more straight forward way. ## Installation **Requirement:** +- Ubuntu 18.04.1 LTS, other OS might work, but haven't test yet. - Wireguard - Configuration files under **/etc/wireguard** - Python 3.7 From 6d9c35f7cc5f0f15d100f36af2fc7b6d241b2a09 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 28 Oct 2020 10:12:39 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 263ccc1..9e7d5b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Monitoring Wireguard is not convinient, need to login into server and type wg sh **Install:** 1. `git clone https://github.com/donaldzou/Wireguard-Dashboard.git` -2. `cd Wireguard-Dashboard` +2. `cd Wireguard-Dashboard\src` 3. `python3 dashboard.py` 4. Access your server! e.g (http://your_server_ip:10086)