luci-app-wireguard: initial commit
[project/luci.git] / applications / luci-app-wireguard / luasrc / controller / wireguard.lua
1 -- Copyright 2016-2017 Dan Luedtke <mail@danrl.com>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.wireguard", package.seeall)
5
6 function index()
7   entry({"admin", "status", "wireguard"}, template("wireguard"), _("WireGuard Status"), 92)
8 end