summaryrefslogtreecommitdiff
path: root/usr.sbin/unbound/testdata/04-checkconf.tdir/bad.bind
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/unbound/testdata/04-checkconf.tdir/bad.bind')
-rw-r--r--usr.sbin/unbound/testdata/04-checkconf.tdir/bad.bind35
1 files changed, 0 insertions, 35 deletions
diff --git a/usr.sbin/unbound/testdata/04-checkconf.tdir/bad.bind b/usr.sbin/unbound/testdata/04-checkconf.tdir/bad.bind
deleted file mode 100644
index 863d566e9ef..00000000000
--- a/usr.sbin/unbound/testdata/04-checkconf.tdir/bad.bind
+++ /dev/null
@@ -1,35 +0,0 @@
-# test daemon
-options {
- directory "/home/wouter/bla";
- version "test BIND 24";
- pid-file "/home/wouter/named_24.pid";
- dnssec-enable yes;
- listen-on-v6 { any; };
-};
-
-// logging clause
-logging {
- channel mainlog {
- file "named_24.log" size 10m;
- severity info;
- };
- category default {
- mainlog;
- };
-};
-
-zone "." IN {
- type hint;
- file "root.servers";
-};
-
-zone "localhost" IN {
- type master;
- file "localhost.zone";
- allow-update { none; };
-};
-zone "0.0.127.in-addr.arpa" IN {
- type master;
- file "localhost.rev";
- allow-update { none; };
-};