Fixed manual renew certificate bug

- Fixed manual renew certificate bug in wildcard certs
- Updated version no
This commit is contained in:
Toby Chui
2024-07-16 22:08:51 +08:00
parent 0828fd1958
commit bddeae8365
2 changed files with 8 additions and 4 deletions

View File

@@ -57,9 +57,9 @@ var enableAutoUpdate = flag.Bool("cfgupgrade", true, "Enable auto config upgrade
var (
name = "Zoraxy"
version = "3.0.9"
version = "3.1.0"
nodeUUID = "generic" //System uuid, in uuidv4 format
development = false //Set this to false to use embedded web fs
development = true //Set this to false to use embedded web fs
bootTime = time.Now().Unix()
/*