diff options
Diffstat (limited to 'tests-extra/tests/zone/dname_apex/data/test.zone')
-rw-r--r-- | tests-extra/tests/zone/dname_apex/data/test.zone | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests-extra/tests/zone/dname_apex/data/test.zone b/tests-extra/tests/zone/dname_apex/data/test.zone new file mode 100644 index 000000000..a63ab998a --- /dev/null +++ b/tests-extra/tests/zone/dname_apex/data/test.zone @@ -0,0 +1,6 @@ +$ORIGIN test. +$TTL 3600 + +@ SOA dns1 hostmaster 2010111201 10800 3600 1209600 7200 + NS ns.example.com. + DNAME example.com. |