D
Deleted member 2077
Guest
I have FreeBSD as a router with natd/ipfw. That works wonderfully, but would like to block some websites on the network layer.
What is the easiest way to block a website?
I tried this, but didn't work:
Some sites have multiply ips, so add them manually for each one.
What is the easiest way to block a website?
I tried this, but didn't work:
Code:
ipfw add deny tcp from any to badwebsite.com
Some sites have multiply ips, so add them manually for each one.