From a41e8d20e8ca10d968abc247d591d370f5391bcb Mon Sep 17 00:00:00 2001 From: Mynacol Date: Thu, 28 Aug 2025 18:27:58 +0200 Subject: [PATCH] DOCS: AXFR+DDNS uses TCP by default (#3713) Co-authored-by: Mynacol Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com> --- documentation/provider/axfrddns.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/provider/axfrddns.md b/documentation/provider/axfrddns.md index a79f306cb..e4841f740 100644 --- a/documentation/provider/axfrddns.md +++ b/documentation/provider/axfrddns.md @@ -14,8 +14,7 @@ To use this provider, add an entry to `creds.json` with `TYPE` set to `AXFRDDNS` ### Connection modes -Zone transfers default to TCP, DDNS updates default to UDP when -using this provider. +Zone transfers and DDNS updates default to TCP when using this provider. The following two parameters in `creds.json` allow switching to TCP or TCP over TLS.