feat: add multiple hosts rounting capabilities

This commit is contained in:
Jonas Kaninda
2024-11-10 07:56:46 +01:00
parent 7bb64497c2
commit bc057dd435
4 changed files with 14 additions and 8 deletions

View File

@@ -15,6 +15,8 @@ import (
var Version string
const ConfigVersion = "1.0"
func VERSION(def string) string {
build := os.Getenv("VERSION")
if build == "" {