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

luci-app-adblock.json « menu.d « luci « share « usr « root « luci-app-adblock « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6faede5b1484ff2fc98adc0d05892a0cf4df3619 (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
{
	"admin/services/adblock": {
		"title": "Adblock",
		"order": "60",
		"action": {
			"type": "alias",
			"path": "admin/services/adblock/overview"
		},
		"depends": {
			"fs": {
				"/usr/bin/adblock.sh": "executable",
				"/etc/init.d/adblock": "executable"
			},
			"uci": { "adblock": true }
		}
	},
	"admin/services/adblock/overview": {
		"title": "Overview",
		"order": 10,
		"action": {
			"type": "view",
			"path": "adblock/overview"
		}
	},
	"admin/services/adblock/dnsreport": {
		"title": "DNS Report",
		"order": 20,
		"action": {
			"type": "view",
			"path": "adblock/dnsreport"
		}
	},
	"admin/services/adblock/blacklist": {
		"title": "Edit Blacklist",
		"order": 30,
		"action": {
			"type": "view",
			"path": "adblock/blacklist"
		}
	},
	"admin/services/adblock/whitelist": {
		"title": "Edit Whitelist",
		"order": 40,
		"action": {
			"type": "view",
			"path": "adblock/whitelist"
		}
	},
	"admin/services/adblock/logread": {
		"title": "Log View",
		"order": 50,
		"action": {
			"type": "view",
			"path": "adblock/logread"
		}
	}
}