Sorry I'm a total newbie with firewalls
I have nat, ipfw, dnsmasq and squid, only thing that I need is to block https sites but at the same time allow specific lan clients to have access to https
As I understand
will block https sites
If I have a PC with 192.168.0.10 how can I allow it access to 443?
I have nat, ipfw, dnsmasq and squid, only thing that I need is to block https sites but at the same time allow specific lan clients to have access to https
As I understand
Code:
add 1000 deny tcp from any to any 443
If I have a PC with 192.168.0.10 how can I allow it access to 443?