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:
@@ -922,8 +922,8 @@
|
||||
<td class="success">
|
||||
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td class="info">
|
||||
<i class="fa fa-circle-o text-info" aria-hidden="true"></i>
|
||||
<td class="success">
|
||||
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td class="info">
|
||||
<i class="fa fa-circle-o text-info" aria-hidden="true"></i>
|
||||
|
Reference in New Issue
Block a user