summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua
blob: 850a995bc226bd0ea3938a1cee04bc02455c98aa (plain)
1
2
3
4
5
6
7
8
9
return {
    legend = {
		{ },
		{ "CollectIndividualUsers", "CollectUserCount", "CollectCompression", "ImprovedNamingSchema" },
		{ "StatusFile" }
	},
	label = _("OpenVPN"),
	category = "network"
}