From ced85b5beb6534993fa07e31d3e079a10525b7c2 Mon Sep 17 00:00:00 2001 From: "Jamie (Bear) Murphy" Date: Wed, 16 Jul 2025 15:29:41 +0100 Subject: [PATCH] Add zone2sql delete-matching-domains doco Add zone2sql delete-matching-domains doco --- docs/manpages/zone2sql.1.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manpages/zone2sql.1.rst b/docs/manpages/zone2sql.1.rst index 15cbbbaa9f..9c8148cf43 100644 --- a/docs/manpages/zone2sql.1.rst +++ b/docs/manpages/zone2sql.1.rst @@ -62,6 +62,10 @@ OTHER Options If there's more than one SOA record in the zone (possibly because it was AXFR'd), ignore it. If this option is not set, all SOA records in the zone are emitted. +--delete-matching-domains + Adds a delete statement to the sql output to allow re-importing zones. + Mostly only useful during testing. This hould not be used on a live DB + as you will override the zone with previous data. --help List all options --on-error-resume-next -- 2.47.2