Isn't Ghostery a better solution for something like this? If we are talking about browsers that is.
Blocklist of all Facebook domains
11–20 of 152 posts
This uses less system resources.
Re: Blocklist of all Facebook domains
#12Re: Blocklist of all Facebook domains
#13I just want to say "Privacy matters, thanks you" (even more when FB decided to leverage their like/share button for a global ad netwotk) :-) non tech saavy guys may love a simple .sh / .bat to automatically add those entries to the /etc/hosts on windows & unix
curl https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all | sudo tee -a /etc/hostsRe: Blocklist of all Facebook domains
#14Would wildcard support in hosts files be too heavy for the performance needed? Most of these are subdomains that *.facebook.com would have blocked.
My first impression when I saw it was something along the lines of "this would be so much cleaner if one were writing this as a dnsmasq config"
Re: Blocklist of all Facebook domains
#15Not the way I'd do it, since you can easily miss on some new domain that belongs to facebook (or perhaps some server that does not look like it belongs to facebook in the first place, but it is sitting in their assigned subnets).
If you really want to block all traffic from/to facebook, lookup the IP prefixes associated with their AS number(AS32934), and setup your firewall to block those. If you are using PF, tables are your friend. With netfilter, consider using ipset.
Re: Blocklist of all Facebook domains
#16It is faintly terrifying just how long the list is.
Considering the infrastructure Facebook is running, it's really not IMHO.
Re: Blocklist of all Facebook domains
#17If you're blocking Instagram, shouldn't you be blocking the Oculus Rift site (and any subdomains) too?
Re: Blocklist of all Facebook domains
#18I'm wondering ... what's the best approach to automatically collect all domains of a company?
Re: Blocklist of all Facebook domains
#19This does just the same:
.facebook.com
.facebook.com
.fbcdn.com
.fbcdn.net
.facebook.com.edgekey.net
.facebook.com.edgesuite.net
.instagram.com
.instagramstatic-a.akamaihd.net
.instagramstatic-a.akamaihd.net.edgesuite.net
.cdninstagram.com
.tfbnw.net
.whatsapp.com
.fbsbx.com
facebook-web-clients.appspot.com
.fb.me
fbcdn-profile-a.akamaihd.net
h-ct-m-fbx.fbsbx.com.online-metrix.net
ac-h-ct-m-fbx.fbsbx.com.online-metrix.net
Re: Blocklist of all Facebook domains
#20I can understand the multiplication of sub domains, to be able to use multiple connections. But what's the rationale for the multiplication of domain names? Ad blocker avoidance?