From 78282c107817f119e9f1cc526eba4e7b54e3ad93 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 24 Feb 2018 20:27:54 +0800 Subject: dns/nsd: remove unused "key" section --- roles/dns/templates/nsd.conf.j2 | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'roles') diff --git a/roles/dns/templates/nsd.conf.j2 b/roles/dns/templates/nsd.conf.j2 index 9110210..f154796 100644 --- a/roles/dns/templates/nsd.conf.j2 +++ b/roles/dns/templates/nsd.conf.j2 @@ -99,20 +99,6 @@ remote-control: control-cert-file: "/usr/local/etc/nsd/nsd_control.pem" -# Secret keys for TSIGs that secure zone transfers. -# You could include: "secret.keys" and put the "key:" statements there, -# and give that file special access control permissions. -# -key: - # The key name is used to refer to this key in the access control list, - # and must be correct for TSIG to work. - name: "{{ nsd.key_name }}" - - # The base64-encoded shared secret. - # e.g.: dd if=/dev/random bs=32 count=1 | openssl base64 - secret: "{{ nsd.key_secret }}" - - # Patterns have zone configuration that are shared by one or more zones. # pattern: -- cgit v1.2.2