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

luci-app-shadowsocks-libev.json « menu.d « luci « share « usr « root « luci-app-shadowsocks-libev « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afa8f44e3cd2d89c433f9a8fb6f65c760d21ce64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"admin/services/shadowsocks-libev": {
		"title": "Shadowsocks-libev",
		"order": 59,
		"action": {
			"type": "firstchild"
		}
	},

	"admin/services/shadowsocks-libev/instances": {
		"title": "Local Instances",
		"order": 10,
		"action": {
			"type": "view",
			"path": "shadowsocks-libev/instances"
		}
	},

	"admin/services/shadowsocks-libev/servers": {
		"title": "Remote Servers",
		"order": 20,
		"action": {
			"type": "view",
			"path": "shadowsocks-libev/servers"
		}
	},

	"admin/services/shadowsocks-libev/rules": {
		"title": "Redir Rules",
		"order": 30,
		"action": {
			"type": "view",
			"path": "shadowsocks-libev/rules"
		}
	}
}