From f3c2f2190239034eb550a5cfde4ca4a693f165c6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 27 Aug 2016 09:09:58 +0200 Subject: [PATCH] easydns does not always get TSIG right --- modules/named/templates/named.conf.options.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/named/templates/named.conf.options.erb b/modules/named/templates/named.conf.options.erb index d2f3765d7..31f9dfd60 100644 --- a/modules/named/templates/named.conf.options.erb +++ b/modules/named/templates/named.conf.options.erb @@ -82,8 +82,8 @@ masters "easydns-masters" { }; acl "easydns-ACL" { // https://cp.easydns.com/manage/domains/secondary/edit.php - //64.68.200.91/32; - //205.210.42.80/32; + 64.68.200.91/32; + 205.210.42.80/32; key 82.195.75.91-key ; }; -- 2.20.1