blob: 68a82fe5cc223cf7d53d17400ff546a2d0e258d3 (
plain)
1
2
3
4
5
6
7
8
|
-- 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
|