diff --git a/gluon-collector/data/nodeinfo.go b/gluon-collector/data/nodeinfo.go index 5e861ab..dd27beb 100644 --- a/gluon-collector/data/nodeinfo.go +++ b/gluon-collector/data/nodeinfo.go @@ -65,6 +65,7 @@ type NodeInfo struct { Location *LocationStruct `json:"location,omitempty"` Software SoftwareStruct `json:"software"` Hardware HardwareStruct `json:"hardware"` + VPN bool `json:"vpn"` } type RespondNodeinfo struct {