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

luci-app-firewall.json « menu.d « luci « share « usr « root « luci-app-firewall « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35c7c62c4ce3858ddbf15e38ac3f50eee25b1192 (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
{
	"admin/network/firewall": {
		"title": "Firewall",
		"order": 60,
		"action": {
			"type": "alias",
			"path": "admin/network/firewall/zones"
		},
		"depends": {
			"fs": { "/sbin/fw3": "executable" },
			"uci": { "firewall": true }
		}
	},

	"admin/network/firewall/zones": {
		"title": "General Settings",
		"order": 10,
		"action": {
			"type": "view",
			"path": "firewall/zones"
		}
	},

	"admin/network/firewall/forwards": {
		"title": "Port Forwards",
		"order": 20,
		"action": {
			"type": "view",
			"path": "firewall/forwards"
		}
	},

	"admin/network/firewall/rules": {
		"title": "Traffic Rules",
		"order": 30,
		"action": {
			"type": "view",
			"path": "firewall/rules"
		}
	},

	"admin/network/firewall/snats": {
		"title": "NAT Rules",
		"order": 40,
		"action": {
			"type": "view",
			"path": "firewall/snats"
		}
	},


	"admin/network/firewall/custom": {
		"title": "Custom Rules",
		"order": 50,
		"action": {
			"type": "view",
			"path": "firewall/custom"
		}
	}
}