From 58833aa2df97ba93a9512f3b0c428cf558fa2235 Mon Sep 17 00:00:00 2001 From: danrl Date: Thu, 16 Feb 2017 19:40:26 +0100 Subject: luci-app-wireguard: initial commit This application allows for monitoring of WireGuard interfaces via the Status menu. Signed-off-by: Dan Luedtke --- applications/luci-app-wireguard/luasrc/controller/wireguard.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 applications/luci-app-wireguard/luasrc/controller/wireguard.lua (limited to 'applications/luci-app-wireguard/luasrc/controller/wireguard.lua') diff --git a/applications/luci-app-wireguard/luasrc/controller/wireguard.lua b/applications/luci-app-wireguard/luasrc/controller/wireguard.lua new file mode 100644 index 0000000000..68a82fe5cc --- /dev/null +++ b/applications/luci-app-wireguard/luasrc/controller/wireguard.lua @@ -0,0 +1,8 @@ +-- Copyright 2016-2017 Dan Luedtke +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.wireguard", package.seeall) + +function index() + entry({"admin", "status", "wireguard"}, template("wireguard"), _("WireGuard Status"), 92) +end -- cgit v1.2.3