Update ZT

This commit is contained in:
LinkLeong 2023-06-01 03:20:47 +01:00
parent b800b0dd25
commit 63d8d187c9

View File

@ -62,7 +62,7 @@ func (s *CasaOS) GetZerotierInfo(ctx echo.Context) error {
via := gjson.GetBytes(res, "routes.0.via").Str via := gjson.GetBytes(res, "routes.0.via").Str
info.Id = utils.Ptr(gjson.GetBytes(res, "id").Str) info.Id = utils.Ptr(gjson.GetBytes(res, "id").Str)
info.Name = &name info.Name = &name
if len(via) != 0 { if len(via) == 0 {
info.Status = utils.Ptr("online") info.Status = utils.Ptr("online")
} else { } else {
info.Status = utils.Ptr("offline") info.Status = utils.Ptr("offline")