From d48f939b0ea5c2d4a32ed1d0fab11ade549c5a49 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 14 Sep 2019 16:03:11 -0400 Subject: Support Alpine Linux --- templates/nsd.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'templates/nsd.conf') diff --git a/templates/nsd.conf b/templates/nsd.conf index 9c24027..246e308 100644 --- a/templates/nsd.conf +++ b/templates/nsd.conf @@ -22,9 +22,5 @@ key: zone: name: {{zone}} zonefile: /etc/nsd/%s.zone -{% for slave in nsd_slaves %} - notify: {{slave.ip}} {{slave.key}} - provide-xfr: {{slave.ip}} {{slave.key}} -{% endfor %} {% endfor %} -- cgit v1.2.3