mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
15 lines
332 B
Lua
Executable File
15 lines
332 B
Lua
Executable File
--[[
|
|
LuCI - Lua Configuration Interface
|
|
|
|
#
|
|
#-- Copyright (C) 2019 dz <dingzhong110@gmail.com>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
]]--
|
|
module("luci.controller.dnspod", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "network", "dnspod"}, cbi("dnspod"), _("动态DNSPOD"), 59)
|
|
end
|