diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua new file mode 100644 index 000000000..75006b306 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua @@ -0,0 +1,4 @@ +return { + label = _("Firewall"), + category = "network" +} |