| IP | Delete |
|---|---|
| {{ip}} | |
| Path | Push Ip | Delete |
|---|---|---|
| {{path}} | {{paths[path]}} | |
| Path | State | RemoteAddr | Created | BytesReceived | BytesSent |
|---|---|---|---|---|---|
| {{conn.path}} | {{conn.state}} | {{conn.remoteAddr}} | {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} | {{bytes(conn.bytesReceived)}} | {{bytes(conn.bytesSent)}} |
| Path | State | RemoteAddr | Created | BytesReceived | BytesSent |
|---|---|---|---|---|---|
| {{conn.path}} | {{conn.state}} | {{conn.remoteAddr}} | {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} | {{bytes(conn.bytesReceived)}} | {{bytes(conn.bytesSent)}} |
| Path | State | RemoteAddr | Created | BytesReceived | BytesSent |
|---|---|---|---|---|---|
| {{conn.path}} | {{conn.state}} | {{conn.remoteAddr}} | {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} | {{bytes(conn.bytesReceived)}} | {{bytes(conn.bytesSent)}} |
| Path | Created | BytesSent |
|---|---|---|
| {{conn.path}} | {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} | {{bytes(conn.bytesSent)}} |