Advertisement
r43k3n

blacklist.txt

Aug 2nd, 2018
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ###########################
  2. # Blacklist #
  3. ###########################
  4.  
  5. ## Rules for name-based query blocking, one per line
  6. ##
  7. ## Example of valid patterns:
  8. ##
  9. ## ads.* | matches anything with an "ads." prefix
  10. ## *.example.com | matches example.com and all names within that zone such as www.example.com
  11. ## example.com | identical to the above
  12. ## =example.com | block example.com but not *.example.com
  13. ## *sex* | matches any name containing that substring
  14. ## ads[0-9]* | matches "ads" followed by one or more digits
  15. ## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
  16.  
  17. # ad.*
  18. # ads.*
  19. # banner.*
  20. # banners.*
  21. # creatives.*
  22. # oas.*
  23. # oascentral.*
  24. # stats.*
  25. # tag.*
  26. # telemetry.*
  27. # tracker.*
  28. # *.local
  29. # eth0.me
  30. # *.workgroup
  31.  
  32.  
  33.  
  34. ## Time-based rules
  35.  
  36. # *.youtube.* @time-to-sleep
  37. # facebook.com @work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement