mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user