Skip to content

Commit

Permalink
Merge pull request #133 from donaldzou/v3.0.3-pr
Browse files Browse the repository at this point in the history
v3.0.3
  • Loading branch information
donaldzou authored Jan 24, 2022
2 parents efae122 + 6973717 commit af71176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
1. Download WGDashboard

```shell
git clone -b v3.0.1 https://github.com/donaldzou/WGDashboard.git wgdashboard
git clone -b v3.0.3 https://github.com/donaldzou/WGDashboard.git wgdashboard

2. Open the WGDashboard folder

Expand Down Expand Up @@ -301,7 +301,7 @@ Since version 2.0, WGDashboard will be using a configuration file called `wg-das
| `app_ip` | IP address the dashboard will run with | `0.0.0.0` | Yes |
| `app_port` | Port the the dashboard will run with | `10086` | Yes |
| `auth_req` | Does the dashboard need authentication to access, if `auth_req = false` , user will not be access the **Setting** tab due to security consideration. **User can only edit the file directly in system**. | `true` | **No** |
| `version` | Dashboard Version | `v3.0.1` | **No** |
| `version` | Dashboard Version | `v3.0.3` | **No** |
| `dashboard_refresh_interval` | How frequent the dashboard will refresh on the configuration page | `60000ms` | Yes |
| `dashboard_sort` | How configuration is sorting | `status` | Yes |
| | | | |
Expand Down Expand Up @@ -356,7 +356,7 @@ Endpoint = 0.0.0.0:51820

2. Update the dashboard
```shell
git pull https://github.com/donaldzou/WGDashboard.git v3.0.1 --force
git pull https://github.com/donaldzou/WGDashboard.git v3.0.3 --force
```

3. Install
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
check_IP_with_range, clean_IP_with_range

# Dashboard Version
DASHBOARD_VERSION = 'v3.0.1'
DASHBOARD_VERSION = 'v3.0.3'
# WireGuard's configuration path
WG_CONF_PATH = None
# Dashboard Config Name
Expand Down

0 comments on commit af71176

Please sign in to comment.