Can’t Block https://facebook using squid Transparent

httpssquid

I'm using Squid Proxy 3.1 as transparent proxy server, I want to block facebook.com but while listed in blocked list , Some user's accessing facebook using https, how can i block only https for facebook

Best Answer

I think you can get the most up-to-date list of Facebook IP addresses using the folowing query

 whois -h whois.radb.net '!gAS32934'

The current list is somewhat longer than the one in your comment above. It should be fairly easy to parse the output of that query and load it into your firewall.


Related Topic