Revert "Disable powerdns4 for now as upstream library is broken (#70)"

This reverts commit 0bced1fcb7.
This commit is contained in:
janeczku
2017-04-02 18:40:50 +02:00
parent c29acc0f27
commit a02fa4ca6e
+1 -1
View File
@@ -16,7 +16,7 @@ import (
_ "github.com/rancher/external-dns/providers/gandi"
_ "github.com/rancher/external-dns/providers/pointhq"
_ "github.com/rancher/external-dns/providers/powerdns"
// _ "github.com/rancher/external-dns/providers/powerdns4"
_ "github.com/rancher/external-dns/providers/powerdns4"
_ "github.com/rancher/external-dns/providers/rfc2136"
_ "github.com/rancher/external-dns/providers/route53"
"github.com/rancher/external-dns/utils"