Would like to block ports depending on the group in use
For example:
group "browser" can only access port tcp 8118 so it _must_ talk through privoxy
group "wget" can access ports tcp 21 and 80
group "trusted" can access all ports
Searched and googled but could not find anything.
How can this be done?
Michael