Skip to content
Snippets Groups Projects
Commit 4769b80f authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

lists/shield: Fix netmetr inclusion and add dev-detect

Netmetr is nice to have and dev-detect just generates notifications, so
harmless as well.
parent 486d31f9
Branches
Tags
1 merge request!236lists/shield: Fix netmetr inclusion
......@@ -27,7 +27,13 @@ Script("../pkglists/datacollect.lua")
Unexport("options")
-- Extra software
Script("../pkglists/netmetr.lua")
options = {
["netmetr"] = true,
["dev-detect"] = true,
}
Export("options")
Script("../pkglists/net_monitoring.lua")
Unexport("options")
Script("../pkglists/openvpn.lua")
_END_FEATURE_GUARD_
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment