Update README.md

This commit is contained in:
Donald Zou
2020-10-18 01:56:06 -04:00
committed by GitHub
parent 5e230793e0
commit 22856dfefa

View File

@@ -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)