summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua
blob: 4d10b8658049a136128e5ec3db0b2795d43d843a (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ },
		{ },
		{ "Interfaces", "IgnoreSources" }
	},
	label = _("DNS"),
	category = "network"
}