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

New DNS provider PowerDNS (#748)

* Added PowerDNS as dns provider

* Remove unnecessary comments

* Some tests

* Implemented feedback
This commit is contained in:
Jan-Philipp Benecke
2020-05-30 15:54:07 +02:00
committed by GitHub
parent 5269540827
commit ffd4e46dda
43 changed files with 1504 additions and 0 deletions

2
vendor/github.com/mittwald/go-powerdns/doc.go generated vendored Normal file
View File

@@ -0,0 +1,2 @@
// This package contains a client library used for connecting to the PowerDNS API.
package pdns