From 6404e516432a5437f2237d598048ecc955fcc9fa Mon Sep 17 00:00:00 2001 From: Kunwar Shaanjeet Singh Grover <51270680+Groverkss@users.noreply.github.com> Date: Mon, 13 Jun 2022 20:43:56 +0530 Subject: [PATCH] Update `also-notify` docs for non-standard ports This patch documents sending NOTIFY on non-standard ports for `also-notify`. --- docs/settings.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index f3cf30f074..ef7860c9f5 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -106,6 +106,10 @@ When notifying a zone, also notify these nameservers. Example: ``also-notify`` always receive a notification. Even if they do not match the list in :ref:`setting-only-notify`. +You may specify an alternate port by appending :port. Example: +``also-notify=192.0.2.1:5300``. If no port is specified, port 53 +is used. + .. _setting-any-to-tcp: ``any-to-tcp`` -- 2.47.2