From a02fa4ca6ea5ec62325544ad7123b43b64101a01 Mon Sep 17 00:00:00 2001 From: janeczku Date: Sun, 2 Apr 2017 18:40:50 +0200 Subject: [PATCH] Revert "Disable powerdns4 for now as upstream library is broken (#70)" This reverts commit 0bced1fcb756a149815c421e1b6b5a8631e16616. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 30abb6b..db33c72 100644 --- a/main.go +++ b/main.go @@ -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"