diff options
Diffstat (limited to 'etc/dns/primary.conf')
-rw-r--r-- | etc/dns/primary.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index 7dc35ad..ce9f71d 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -85,10 +85,14 @@ view "internal" in { file "/var/bind/root.cache"; }; - zone "list.dnswl.org" in { - type forward; - forwarders { }; - }; + zone "all.spamrats.com" { type forward; forward first; forwarders {}; }; + zone "black.uribl.com" { type forward; forward first; forwarders {}; }; + zone "grey.uribl.com" { type forward; forward first; forwarders {}; }; + zone "list.dnswl.org" { type forward; forward first; forwarders {}; }; + zone "multi.surbl.org" { type forward; forward first; forwarders {}; }; + zone "multi.uribl.com" { type forward; forward first; forwarders {}; }; + zone "zen.spamhaus.org" { type forward; forward first; forwarders {}; }; + zone "dbl.spamhaus.org" { type forward; forward first; forwarders {}; }; zone "localhost" IN { type master; |