fix rfc2136 tutorial inconsistency within document

This commit is contained in:
cyluss 2020-11-06 18:46:50 +09:00
parent d1fc39bfad
commit aa8bcbf21a

View File

@ -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.
...