]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: fix markup for list of "Important Notes" 16233/head
authorJonas Schäfer <jonas@zombofant.net>
Thu, 9 Oct 2025 14:57:48 +0000 (16:57 +0200)
committerJonas Schäfer <jonas@zombofant.net>
Thu, 9 Oct 2025 14:59:44 +0000 (16:59 +0200)
This had me confused while reading, because the list wasn't rendered as
list (but as a paragraph) and I wondered why starting with 00 would
increase the chance of overflow...

Signed-off-by: Jonas Schäfer <jonas@zombofant.net>
docs/dnssec/operational.rst

index 5ce7abfb2112b52aa9228f1b3460c1accc985f2f..3a5a952a66704a0c5e50c734537c2657ccaabd73 100644 (file)
@@ -240,6 +240,7 @@ Uses the YYYYMMDDSS format for SOA serial numbers. The "inception day" is determ
 - Otherwise, the serial remains unchanged.
 
 **Important Notes**:
+
 - Avoid using SS=00 in backend zones, as it may prevent proper zone transfers (AXFR/IXFR) to secondaries.
 - Serial overflow can occur if more than 99 updates are made in a single day.
 - This logic is not safe for zones with non-PowerDNS secondaries, as updates may not be detected reliably.