when u said selected porn sites, does it mean few porn sites?, let's say about 10 sites.?...
 
here's one way to block a site using iptables.....
 
iptables -t nat -A PREROUTING -p tcp --dport 80 -s 192.168.0.0/24 -d pornsite.com -j DROP
 
> good day,
>
> i am using redhat 7.3. how do configure iptables so that selected websites cannot be accessed (mostly porno sites) ???
>
> thanks
>
> ramon

Reply via email to