3.0.8 init

- Fixed rate limit bug  #216
- Added HSTS auto subdomain include check
This commit is contained in:
Toby Chui
2024-06-25 18:10:39 +08:00
parent a18413dd03
commit 7e62fef879
5 changed files with 39 additions and 6 deletions

View File

@@ -55,9 +55,9 @@ var logOutputToFile = flag.Bool("log", true, "Log terminal output to file")
var (
name = "Zoraxy"
version = "3.0.7"
version = "3.0.8"
nodeUUID = "generic"
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()
/*