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

DNSimple: Implement GetZones and ListZones (#637)

* Update to latest dnsimple-go

* Implement GetZoneRecords

* Better naming

* Return NS records in GetZoneRecords

* Be clearer with the comment.

As an employee I confirm this is exactly how this works. No guessing needed.

* Respect that Puncycode encoding can blow up

* Implement ListZones and the ZoneLister Interface

* Categorize DNSIMPLE

* Update docs with go generate

* vendor modules

* Don't store intermediary Zone data
This commit is contained in:
Amelia Aronsohn
2020-02-20 11:52:19 -08:00
committed by GitHub
parent ca99517ced
commit b45c6b6b6c
12 changed files with 115 additions and 45 deletions

2
vendor/modules.txt vendored
View File

@@ -77,7 +77,7 @@ github.com/dgrijalva/jwt-go
github.com/digitalocean/godo
# github.com/dimchansky/utfbom v1.1.0
github.com/dimchansky/utfbom
# github.com/dnsimple/dnsimple-go v0.20.1-0.20181001130357-234ec949d37c
# github.com/dnsimple/dnsimple-go v0.31.0
github.com/dnsimple/dnsimple-go/dnsimple
# github.com/exoscale/egoscale v0.10.5
github.com/exoscale/egoscale