Optimized ACME logic

- Added automatic port 80 listener enable for those who don't read our wiki
- Reduced default interval for polling and propagation timeout
This commit is contained in:
Toby Chui
2024-10-28 21:40:58 +08:00
parent f927bb539a
commit c5ca68868b
5 changed files with 37 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ var (
name = "Zoraxy"
version = "3.1.2"
nodeUUID = "generic" //System uuid, in uuidv4 format
development = true //Set this to false to use embedded web fs
development = false //Set this to false to use embedded web fs
bootTime = time.Now().Unix()
/*