mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-28 09:16:55 +00:00
Update README.md
This commit is contained in:
parent
3fb03c8dfe
commit
88ed9c3e79
14
README.md
14
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. | `<your server default interface ip>:<listen port>` | 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. | `<your server default interface ip>:<listen port>` | Yes |
|
||||
|
||||
## ❓ How to update the dashboard?
|
||||
|
||||
@ -345,31 +346,22 @@ Endpoint = 0.0.0.0:51820
|
||||
## 🔍 Screenshot
|
||||
|
||||

|
||||
<p align=center>Sign In</p>
|
||||
|
||||

|
||||
<p align=center>Home</p>
|
||||
|
||||

|
||||
<p align=center>Configuration</p>
|
||||
|
||||

|
||||
<p align=center>Add Peer</p>
|
||||
|
||||

|
||||
<p align=center>Edit Peer</p>
|
||||
|
||||

|
||||
<p align=center>Delete Peer</p>
|
||||
|
||||

|
||||
<p align=center>Dashboard Setting</p>
|
||||
|
||||

|
||||
<p align=center>Ping</p>
|
||||
|
||||

|
||||
<p align=center>Traceroute</p>
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user