From 0071a5e9c7bc2ef2aa38cf783907a55fe330eec8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 1 Jun 2022 13:03:46 -0700 Subject: [PATCH] named.conf: drop specifying port on transfer-source as it fails on new bind Signed-off-by: Kevin Fenzi --- roles/dns/files/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 14af8f83b4..6e0862d4b5 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -33,7 +33,7 @@ options { query-source address * port *; query-source-v6 address * port *; allow-transfer { localhost; rh-slaves; rh;}; - transfer-source * port 53; + //transfer-source * port 53; pid-file "/var/run/named/named.pid"; statistics-file "/var/log/named.stats"; provide-ixfr no;