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

luci-app-udpxy.json « menu.d « luci « share « usr « root « luci-app-udpxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0171a13fe09028547517750f017366699089c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"admin/services/udpxy": {
		"title": "udpxy",
		"action": {
			"type": "cbi",
			"path": "udpxy",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-udpxy" ],
			"uci": { "udpxy": true }
		}
	}
}