Project: openlan
UUID: {{ .Worker.UUID }}
UpTime: {{ prettyTime .Worker.Uptime }}
Protocol: {{ .Worker.Protocol }}
Alias: {{ .Worker.Alias }}
Version: {{ .Version.Version }}
Built on: {{ .Version.Date }}
APIs: display

The point accessed to, and total {{ len .Clients }}+{{ len .Points }}.

{{ range .Clients }} {{ end }} {{ range .Points }} {{ end }}
UUID Alive Device Alias Connection User Rx|Tx Traffic State
openvpn {{ prettyTime .AliveTime }} {{ .Device }} {{ .Address }} {{ .Remote }} {{ .Name }} {{ .RxBytes }} | {{ .TxBytes }} {{ .State }}
{{ .UUID }} {{ prettyTime .AliveTime }} {{ .Device }} {{ .Alias }} {{ .Remote }} {{ .User }}@{{ .Network }} {{ .RxBytes }} | {{ .TxBytes }} {{ .State }}
The neighbor we discovered on, and total {{ len .Neighbors }}.
{{ range .Neighbors }} {{ end }}
UpTime Ethernet IP Address Network Connection
{{ prettyTime .Uptime }} {{ .HwAddr }} {{ .IpAddr }} {{ .Device }}@{{ .Network }} {{ .Client }}
The flow traced from point, and total {{ len .OnLines }}.
{{ range .OnLines }} {{ end }}
LastTime Source Destination Address Protocol Source Destination Port
{{ prettyTime .HitTime }} {{ .IpSource }} {{ .IpDest }} {{ .IpProto }} {{ .PortSource }} {{ .PortDest }}