summaryrefslogtreecommitdiff
path: root/testdata/04-checkconf.tdir/good.ifport
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/04-checkconf.tdir/good.ifport')
-rw-r--r--testdata/04-checkconf.tdir/good.ifport23
1 files changed, 23 insertions, 0 deletions
diff --git a/testdata/04-checkconf.tdir/good.ifport b/testdata/04-checkconf.tdir/good.ifport
new file mode 100644
index 000000000000..1aa59d1b701f
--- /dev/null
+++ b/testdata/04-checkconf.tdir/good.ifport
@@ -0,0 +1,23 @@
+#
+# bug301 : unbound-checkconf cannot parse interface '0.0.0.0@5353'
+
+#Use this to include other text into the file.
+#include: "otherfile.conf"
+
+# The server clause sets the main parameters.
+server:
+ # specify the interfaces to answer queries from by ip-address.
+ # If you give none the default (all) interface is used.
+ # specify every interface on a new 'interface:' labelled line.
+ interface: 192.0.2.153
+ interface: 192.0.2.154
+ interface: 2001:DB8::5
+ interface: 0.0.0.0@5353
+
+ # config
+ chroot: ""
+ username: "nobody"
+ directory: "."
+ logfile: ""
+ use-syslog: no
+ pidfile: "unbound.pid"