named.conf: drop specifying port on transfer-source as it fails on new bind

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-01 13:03:46 -07:00
parent 7d6f4c12ac
commit 0071a5e9c7

View file

@ -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;