Compare commits

..

2 Commits

Author SHA1 Message Date
Donald Zou
b6e62b08e4 Merge pull request #265 from donaldzou/v3.0.6.2
Update dashboard.py
2024-05-04 11:42:10 +08:00
Donald Zou
effe5b32fd Update dashboard.py 2024-05-04 11:40:32 +08:00

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