summaryrefslogtreecommitdiffstats
path: root/tests-extra/tests/zone/max_ttl/data/example.com.zone.2
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2024-12-19 10:06:37 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2024-12-19 10:06:37 +0100
commit54189871e3cf524556b607710c45a850c531d5cb (patch)
treea3a71efe216f99c246905ce234830f65795546e7 /tests-extra/tests/zone/max_ttl/data/example.com.zone.2
parentmod-dnstap: distinguish between AUTH and UPDATE query/response (diff)
parentmax_ttl: in case of RRSIG consider orig_ttl and NOT rrsig->ttl (diff)
downloadknot-54189871e3cf524556b607710c45a850c531d5cb.tar.xz
knot-54189871e3cf524556b607710c45a850c531d5cb.zip
Merge branch 'max_ttl_rrsig' into 'master'
Max TTL of RRSIG See merge request knot/knot-dns!1733
Diffstat (limited to 'tests-extra/tests/zone/max_ttl/data/example.com.zone.2')
-rw-r--r--tests-extra/tests/zone/max_ttl/data/example.com.zone.216
1 files changed, 16 insertions, 0 deletions
diff --git a/tests-extra/tests/zone/max_ttl/data/example.com.zone.2 b/tests-extra/tests/zone/max_ttl/data/example.com.zone.2
new file mode 100644
index 000000000..b96b176ea
--- /dev/null
+++ b/tests-extra/tests/zone/max_ttl/data/example.com.zone.2
@@ -0,0 +1,16 @@
+$ORIGIN example.com.
+$TTL 1800
+
+@ SOA dns1 hostmaster 2010111201 10800 1800 1209600 7200
+ NS dns1
+ NS dns2
+ MX 10 mail
+
+dns1 A 192.0.2.1
+ AAAA 2001:DB8::1
+
+dns2 A 192.0.2.2
+ AAAA 2001:DB8::2
+
+mail A 192.0.2.3
+ AAAA 2001:DB8::3