Skip to content

Commit

Permalink
Merge branch 'main' into v2.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldzou authored Jul 2, 2021
2 parents 746f31f + 1bcc8fe commit 89423cc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
</p>
<p align="center">Monitoring WireGuard is not convinient, need to login into server and type <code>wg show</code>. That's why this platform is being created, to view all configurations and manage them in a easier way.</p>



## 📣 What's New: Version 2.1


Expand All @@ -25,8 +23,6 @@
- Added refresh interval of the dashboard
- Bug fixed when no configuration on fresh install ([Bug report](https://github.com/donaldzou/wireguard-dashboard/issues/23#issuecomment-869189672))
- Fixed crash when too many peers ([Bug report](https://github.com/donaldzou/wireguard-dashboard/issues/22#issuecomment-868840564))


<hr>


Expand Down Expand Up @@ -88,13 +84,14 @@ Access your server with port `10086` ! e.g (http://your_server_ip:10086), contin

**1. Start/Stop/Restart Wireguard Dashboard**


```shell
cd Wireguard-Dashboard/src
./wgd.sh start # Start the dashboard in background
./wgd.sh debug # Start the dashboard in foreground (debug mode)
./wgd.sh stop # Stop the dashboard
./wgd.sh restart # Restart the dasboard
```


⚠️ **For first time user please also read the next section.**

Expand Down Expand Up @@ -144,8 +141,7 @@ All these settings will be able to configure within the dashboard in **Settings*
```
$ ./wgd.sh start
```



### ⚠️ **Update from v1.x.x**

1. Stop the dashboard if it is running.
Expand Down

0 comments on commit 89423cc

Please sign in to comment.