From 7cacf32bdac04274730f6b2b79ea4a74032f108f Mon Sep 17 00:00:00 2001 From: Dustin Scott Date: Mon, 13 Apr 2020 16:26:35 -0500 Subject: [PATCH] Fix RFC2316 Windows DNS Documentation --- docs/tutorials/rfc2136.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tutorials/rfc2136.md b/docs/tutorials/rfc2136.md index 4c77f34fe..4d1849fd3 100644 --- a/docs/tutorials/rfc2136.md +++ b/docs/tutorials/rfc2136.md @@ -271,9 +271,7 @@ You'll want to configure `external-dns` similarly to the following: - --rfc2136-host=123.123.123.123 - --rfc2136-port=53 - --rfc2136-zone=your-domain.com - - --rfc2136-tsig-secret=not-needed - - --rfc2136-tsig-secret-alg=hmac-sha256 - - --rfc2136-tsig-keyname=externaldns-key + - --rfc2136-insecure - --rfc2136-tsig-axfr # needed to enable zone transfers, which is required for deletion of records. ... ```