1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

(#628) Add get-zones to the OVH provider (#666)

Commit 87ad01d added the very useful `get-zones` command, which
requires providers to implement a new method `GetZoneRecords`.
This changes make the OVH provider support this.
This commit is contained in:
Brice Figureau
2020-02-28 17:14:02 +01:00
committed by GitHub
parent 99cef24d8f
commit bdddd466bf
2 changed files with 22 additions and 20 deletions

View File

@@ -125,6 +125,7 @@
"app-key": "$OVH_APP_KEY",
"app-secret-key": "$OVH_APP_SECRET_KEY",
"consumer-key": "$OVH_CONSUMER_KEY",
"domain": "$OVH_DOMAIN"
"domain": "$OVH_DOMAIN",
"knownFailures": "49"
}
}