mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
AXFRDDNS provider - adds update/transfer connection modes support (#1143)
* Adds update/transfer connection modes support * Fixes typo * gofmt all (#1144) * go generate (#1145) * go generate * gofmt Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@ -18,6 +18,17 @@ and [Yadifa](https://www.yadifa.eu/home).
|
||||
|
||||
## Configuration
|
||||
|
||||
### Connection modes
|
||||
|
||||
Zone transfers default to TCP, DDNS updates default to UDP when
|
||||
using this provider.
|
||||
|
||||
The following two parameters in `creds.json` allow switching
|
||||
to TCP or TCP over TLS.
|
||||
|
||||
* `update-mode`: May contain `udp` (the default), `tcp`, or `tcp-tls`.
|
||||
* `transfer-mode`: May contain `tcp` (the default), or `tcp-tls`.
|
||||
|
||||
### Authentication
|
||||
|
||||
Authentication information is included in the `creds.json` entry for
|
||||
|
Reference in New Issue
Block a user