2015-01-16 22:38:38 +00:00
|
|
|
-- Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
-- Copyright 2013 Manuel Munz <freifunk at somakoma dot de>
|
2018-01-27 15:11:07 +00:00
|
|
|
-- Copyright 2014-2018 Christian Schoenebeck <christian dot schoenebeck at gmail dot com>
|
2015-01-16 22:38:38 +00:00
|
|
|
-- Licensed to the public under the Apache License 2.0.
|
2011-08-12 13:16:27 +00:00
|
|
|
|
2008-07-17 21:59:04 +00:00
|
|
|
module("luci.controller.ddns", package.seeall)
|
|
|
|
|
|
|
|
function index()
|
2019-11-06 00:33:53 +00:00
|
|
|
entry( {"admin", "services", "ddns"}, view("ddns/overview"), _("Dynamic DNS"), 59)
|
2014-10-10 19:55:22 +00:00
|
|
|
end
|