Added client profile update

This commit is contained in:
Donald Zou
2025-08-11 14:35:30 +08:00
parent e879ceb1bc
commit 2d08171e7c
8 changed files with 109 additions and 24 deletions

View File

@@ -80,6 +80,9 @@ class DashboardConfig:
"admin_enable": "false",
"client_enable": "false"
},
"Clients": {
"allow_local_sign_up": "true"
},
"WireGuardConfiguration": {
"autostart": ""
}