diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-21 17:25:57 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-21 17:25:57 +0200 |
commit | 1ee4fe72a51be8a71b275cf33514eab7b2a28268 (patch) | |
tree | 958a1c2b918a02723c4440b9a9ac2826429f1756 /tests/zone.file | |
parent | 75395c048e6c66b8df768c2cafb5e7d980412787 (diff) | |
download | dns-1ee4fe72a51be8a71b275cf33514eab7b2a28268.tar.gz |
tests: database.c
Diffstat (limited to 'tests/zone.file')
-rw-r--r-- | tests/zone.file | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/zone.file b/tests/zone.file new file mode 100644 index 0000000..12ca15b --- /dev/null +++ b/tests/zone.file @@ -0,0 +1,4 @@ +test.example.com. 3600 IN A 69.69.69.69 +test1.example.com. 3600 IN CNAME test.example.com. +ns.example.com. 3600 IN A 69.69.69.70 +example.com. 3600 IN NS ns.example.com. |