Removed zerotier related info

- Removed zt info from utils.html
This commit is contained in:
Toby Chui
2025-03-02 09:14:29 +08:00
parent fd41a1cb91
commit b7e3888513
2 changed files with 0 additions and 7 deletions

View File

@@ -348,7 +348,6 @@ func HandleZoraxyInfo(w http.ResponseWriter, r *http.Request) {
Development: DEVELOPMENT_BUILD,
BootTime: displayBootTime,
EnableSshLoopback: displayAllowSSHLB,
ZerotierConnected: ganManager.ControllerID != "",
}
js, _ := json.MarshalIndent(info, "", " ")