summaryrefslogtreecommitdiff
path: root/whitelist.txt
blob: c94174bac60d53e17f1b77e8738fb70abd2377b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

###########################
#        Whitelist        #
###########################

## Rules for name-based query whitelisting, one per line
##
## Example of valid patterns:
##
## ads.*         | matches anything with an "ads." prefix
## *.example.com | matches example.com and all names within that zone such as www.example.com
## example.com   | identical to the above
## =example.com  | whitelists example.com but not *.example.com
## *sex*         | matches any name containing that substring
## ads[0-9]*     | matches "ads" followed by one or more digits
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster

=localhost