From 88ed9c3e79ad3d40488e46b45a23375f127addbf Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sun, 15 Aug 2021 02:23:35 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ba301cb..541d261 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ ## 💡 Features +- **No need to re-configure existing WireGuard configuration! It can search for existed configuration files.** - Easy to use interface, provided username and password protection to the dashboard - Add peers and edit (Allowed IPs, DNS, Private Key...) - View peers and configuration real time details (Data Usage, Latest Handshakes...) @@ -320,8 +321,8 @@ Endpoint = 0.0.0.0:51820 | `DNS` | The DNS server your peer will use | `1.1.1.1` - Cloud flare DNS, you can change it when you adding the peer or in the peer setting. | Yes | | **`[Peer]`** | | | | | `PublicKey` | The public key of your server | N/A | No | -| `AllowedIPs` | IP ranges for which a peer will route traffic | `0.0.0.0/0` - Indicated a default route to send all internet and VPN traffic through that peer. | No | -| `Endpoint` | Your wireguard server ip and port, the dashboard will search for your server's default interface's ip. | `:` | No | +| `AllowedIPs` | IP ranges for which a peer will route traffic | `0.0.0.0/0` - Indicated a default route to send all internet and VPN traffic through that peer. | Yes | +| `Endpoint` | Your wireguard server ip and port, the dashboard will search for your server's default interface's ip. | `:` | Yes | ## ❓ How to update the dashboard? @@ -345,31 +346,22 @@ Endpoint = 0.0.0.0:51820 ## 🔍 Screenshot ![Sign In Page](img/SignIn.png) -

Sign In

![Index Image](img/HomePage.png) -

Home

![Configuration](img/Configuration.png) -

Configuration

![Add Peer](img/AddPeer.png) -

Add Peer

![Edit Peer](img/EditPeer.png) -

Edit Peer

![Delete Peer](img/DeletePeer.png) -

Delete Peer

![Dashboard Setting](img/DashboardSetting.png) -

Dashboard Setting

![Ping](img/Ping.png) -

Ping

![Traceroute](img/Traceroute.png) -

Traceroute