tuxis-ie / nsedit

DNS Editor working with PowerDNS's new API
GNU General Public License v2.0
198 stars 55 forks source link

Fix api calls #180

Closed tuxis-ie closed 5 years ago

tuxis-ie commented 5 years ago

Fixes API calls to create zones. Also, ignore issues with versions and API. pdns < 4.0 is EOL and thus we assume a valid API-endpoint.

Tested with 4.0.3 and 4.1.3 and master.

Closes #178

Relates to #179 #162 #146