luci/applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua
2019-07-05 02:03:13 +02:00

9 lines
148 B
Lua

return {
legend = {
{ },
{ "ListeningPorts" },
{ "LocalPorts", "RemotePorts" }
},
label = _("TCP Connections"),
category = "network"
}