luci/applications/luci-app-wireguard/luasrc/controller/wireguard.lua
danrl 58833aa2df luci-app-wireguard: initial commit
This application allows for monitoring of WireGuard interfaces via the
Status menu.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-17 07:32:17 +01:00

8 lines
275 B
Lua

-- Copyright 2016-2017 Dan Luedtke <mail@danrl.com>
-- 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