{{template "prt_nav.html" .}}

Interface status for {{.interface.Name}}

Public Key: {{.interface.PublicKey}}

Listening Port: {{.interface.ListenPort}}

Number of Peers: {{len .interface.Peers}}


Current VPN Users

{{range $i, $p :=.peers}} {{end}}
Identifier Public Key E-Mail IP's Traffic Last Handshake
{{$p.Identifier}} {{$p.PublicKey}} {{$p.Email}} {{$p.IPsStr}} {{$p.Peer.ReceiveBytes}} / {{$p.Peer.TransmitBytes}} {{$p.Peer.LastHandshakeTime}} {{if eq $.session.IsAdmin true}} {{end}}

Currently listed peers: {{len .peers}}

{{template "prt_footer.html"}}