r43k3n

whitelist.txt

Aug 2nd, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ###########################
  2. # Whitelist #
  3. ###########################
  4.  
  5. ## Rules for name-based query whitelisting, 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 | whitelists 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.  
  18.  
  19. ## Time-based rules
  20.  
  21. # *.youtube.* @time-to-play
  22. # facebook.com @play
Add Comment
Please, Sign In to add comment