-- Copyright 2008 Steven Barth -- Copyright 2008 Jo-Philipp Wich -- Copyright 2013 Manuel Munz -- Copyright 2014-2018 Christian Schoenebeck -- Licensed to the public under the Apache License 2.0. module("luci.controller.ddns", package.seeall) function index() entry( {"admin", "services", "ddns"}, view("ddns/overview"), _("Dynamic DNS"), 59) end