mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
Add wildcard blocking
This commit is contained in:
parent
b946b29168
commit
6a0add917b
1 changed files with 13 additions and 0 deletions
13
roles/dns/templates/wildcard.list.j2
Normal file
13
roles/dns/templates/wildcard.list.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
ad.*
|
||||
ads.*
|
||||
ad[0-9]*
|
||||
ads[0-9]*
|
||||
adserver.*
|
||||
adserver[0-9].*
|
||||
banner.*
|
||||
banners.*
|
||||
beacon.*
|
||||
stats.*
|
||||
tag.*
|
||||
telemetry.*
|
||||
tracker.*
|
Loading…
Add table
Reference in a new issue