diff --git a/docs/tutorials/rfc2136.md b/docs/tutorials/rfc2136.md index 55959db3a..7a9082661 100644 --- a/docs/tutorials/rfc2136.md +++ b/docs/tutorials/rfc2136.md @@ -290,9 +290,9 @@ You'll want to configure `external-dns` similarly to the following: ```text ... - --provider=rfc2136 - - --rfc2136-host=123.123.123.123 + - --rfc2136-host=192.168.0.1 - --rfc2136-port=53 - - --rfc2136-zone=your-domain.com + - --rfc2136-zone=k8s.example.org - --rfc2136-insecure - --rfc2136-tsig-axfr # needed to enable zone transfers, which is required for deletion of records. ...