1
0
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:
fuero
2021-05-07 14:21:14 +02:00
committed by GitHub
parent 4586ad1281
commit 6b4d740f91
2 changed files with 68 additions and 8 deletions

View File

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