From 9bff96afc4809b01078a7ef617600e382c3d8320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 11 Nov 2021 15:00:04 +0100 Subject: [PATCH] README: Add warning about SOA incrementing --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 68e8a48..bd88a0b 100644 --- a/README +++ b/README @@ -13,4 +13,8 @@ to the server using sftp. The server has incron running which will detect the upload, verify the gpg signature, copy the zones into knot's zone directory and reload the modified zones. +Beware, you should use an editor that supports auto-incrementing the zone +SOA for the update to be applied sucessfully on the server side. Emacs does +this by default, just say'in. + Note: Knot handles DNSSEC signing on the server side.