Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-ddns.json « menu.d « luci « share « usr « root « luci-app-ddns « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a7ee9a09616f31c0941e9a2b073aeb286661922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"admin/services/ddns": {
		"title": "Dynamic DNS",
		"order": 59,
		"action": {
			"type": "view",
			"path": "ddns/overview"
		},
		"depends": {
			"acl": [ "luci-app-ddns" ]
		}
	}
}