added the version subcommand

added subjectAltNames to the embedded cert file
This commit is contained in:
2024-12-07 21:24:06 +09:00
parent dcf3d852d2
commit 21997e6f74
8 changed files with 243 additions and 225 deletions

View File

@ -2,7 +2,7 @@ package hodu
import "sync"
const HODU_VERSION uint32 = 0x010000
const HODU_RPC_VERSION uint32 = 0x010000
type LogLevel int