diff options
Diffstat (limited to 'etc/dns/backup.conf')
-rw-r--r-- | etc/dns/backup.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/dns/backup.conf b/etc/dns/backup.conf index 87a02a9..5ffb013 100644 --- a/etc/dns/backup.conf +++ b/etc/dns/backup.conf @@ -85,6 +85,15 @@ view "internal" in { file "/var/bind/root.cache"; }; + 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; file "pri/localhost.zone"; |