From 22856dfefa2f7e50093b3d131bac8f66acbe6ca0 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 18 Oct 2020 01:56:06 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23fcf79..cc02cbe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Wireguard-Dashboard -Wireguard Dashboard written in Python w/ Flask +## Intro +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. +## Example +![Index Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/index.png) +![Conf Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/conf.png)