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

luci-app-yggdrasil.json « menu.d « luci « share « usr « root « luci-app-yggdrasil « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbe9331b2f4e188a435a6d3b046fd75d79e473e5 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
	"admin/network/yggdrasil": {
		"title": "Yggdrasil",
		"action": {
			"type": "firstchild"
		},
		"depends": {
			"uci": { "yggdrasil": true }
		}
	},

	"admin/network/yggdrasil/status": {
		"title": "Status",
		"order": 1,
		"action": {
			"type": "view",
			"path": "yggdrasil/status"
		}
	},

	"admin/network/yggdrasil/peers": {
		"title": "Peers",
		"order": 2,
		"action": {
			"type": "view",
			"path": "yggdrasil/peers"
		}
	},

	"admin/network/yggdrasil/settings": {
		"title": "Settings",
		"order": 3,
		"action": {
			"type": "view",
			"path": "yggdrasil/settings"
		}
	},

	"admin/network/yggdrasil/keys": {
		"title": "Encryption keys",
		"order": 4,
		"action": {
			"type": "view",
			"path": "yggdrasil/keys"
		}
	},

	"admin/network/yggdrasil/session_firewall": {
		"title": "Session firewall",
		"order": 5,
		"action": {
			"type": "view",
			"path": "yggdrasil/session_firewall"
		}
	},

	"admin/network/yggdrasil/tunnel_routing": {
		"title": "Tunnel routing",
		"order": 6,
		"action": {
			"type": "view",
			"path": "yggdrasil/tunnel_routing"
		}
	}
}