1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 15:20:09 +01:00

Merge pull request #265 from donaldzou/v3.0.6.2

Update dashboard.py
This commit is contained in:
Donald Zou 2024-05-04 11:42:10 +08:00 committed by GitHub
commit b6e62b08e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ from util import regex_match, check_DNS, check_Allowed_IPs, check_remote_endpoin
check_IP_with_range, clean_IP_with_range
# Dashboard Version
DASHBOARD_VERSION = 'v3.0.6'
DASHBOARD_VERSION = 'v3.0.6.2'
# WireGuard's configuration path
WG_CONF_PATH = None