diff --git a/output/meshviewer-ffrgb/struct.go b/output/meshviewer-ffrgb/struct.go index a6db356..14639b9 100644 --- a/output/meshviewer-ffrgb/struct.go +++ b/output/meshviewer-ffrgb/struct.go @@ -41,7 +41,6 @@ type Node struct { Autoupdater Autoupdater `json:"autoupdater"` Nproc int `json:"nproc"` Model string `json:"model,omitempty"` - VPN bool `json:"vpn"` } // Firmware out of software @@ -104,7 +103,6 @@ func NewNode(nodes *runtime.Nodes, n *runtime.Node) *Node { } node.Nproc = nodeinfo.Hardware.Nproc node.Model = nodeinfo.Hardware.Model - node.VPN = nodeinfo.VPN } if statistic := n.Statistics; statistic != nil { if n.Online {