summaryrefslogtreecommitdiffstats
path: root/tests/knot/semantic_check_data/dname_multiple.zone
diff options
context:
space:
mode:
Diffstat (limited to 'tests/knot/semantic_check_data/dname_multiple.zone')
-rw-r--r--tests/knot/semantic_check_data/dname_multiple.zone16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/knot/semantic_check_data/dname_multiple.zone b/tests/knot/semantic_check_data/dname_multiple.zone
new file mode 100644
index 0000000..2a6c0a2
--- /dev/null
+++ b/tests/knot/semantic_check_data/dname_multiple.zone
@@ -0,0 +1,16 @@
+$ORIGIN example.com.
+$TTL 3600
+
+@ IN SOA dns1.example.com. hostmaster.example.com. (
+ 2010111214 ; serial
+ 6h ; refresh
+ 1h ; retry
+ 1w ; expire
+ 1d ) ; minimum
+ NS dns1
+
+dns1 A 192.0.2.1
+ AAAA 2001:DB8::1
+
+foo DNAME bar1
+foo DNAME bar2