summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-noddos/luasrc/controller/noddos.lua
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-10-11 16:35:56 +0300
committerGitHub <noreply@github.com>2017-10-11 16:35:56 +0300
commit130785be912b7fe5f403406ee49d69c24dc6110b (patch)
treea21103aaf951e470e4f9dbf99b0c2eca3be6ac04 /applications/luci-app-noddos/luasrc/controller/noddos.lua
parent15791f291fd6d84c88214a8dbfe15a7d2404fc4f (diff)
parent3b23203ce95c48a08b417a303ee8c6dc47f6eb60 (diff)
Merge pull request #1375 from StevenHessing/luci-app-noddos
luci-app-noddos: Noddos, device-aware cloud-powered firewall (new pac…
Diffstat (limited to 'applications/luci-app-noddos/luasrc/controller/noddos.lua')
-rw-r--r--applications/luci-app-noddos/luasrc/controller/noddos.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-noddos/luasrc/controller/noddos.lua b/applications/luci-app-noddos/luasrc/controller/noddos.lua
new file mode 100644
index 0000000000..c45e24bc97
--- /dev/null
+++ b/applications/luci-app-noddos/luasrc/controller/noddos.lua
@@ -0,0 +1,10 @@
+-- Copyright 2017 Steven Hessing (steven.hessing@gmail.com)
+-- This is free software, licensed under the GNU General Public License v3.
+-- /usr/lib/lua/luci/controller/noddos.lua
+
+module("luci.controller.noddos", package.seeall)
+function index()
+ entry({"admin", "status", "noddos"}, template("noddos/clients"), _("Noddos Clients"), 3)
+ entry({"admin", "network", "noddos"}, cbi("noddos"), _("Noddos Client Tracking"), 55)
+end
+