Wildcard blacklists should support * for .com .net etc

@gecko Also have a look at our brand new feature, regex blocking:

A suitable regex might be:

BLOCKINGREGEX=facebook

Note that this will block everything that has facebook in its domain - regardless where:

  • facebook.com -> blocked
  • facebook.whatever.com -> blocked
  • facebook.fr -> blocked
  • etc.