2017-02-16 18:40:26 +00:00
|
|
|
-- 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()
|
2018-10-01 06:09:12 +00:00
|
|
|
entry({"admin", "status", "wireguard"}, template("wireguard"), _("WireGuard Status"), 92)
|
2017-02-16 18:40:26 +00:00
|
|
|
end
|