From 628551c0a87fb65b411aa355051292b3d71777cb Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 21 Dec 2008 07:45:59 -0500 Subject: [PATCH] changed allow-tcp=yes to allow dns zone transfers to sec-dns --- install/tpl/mydns.conf.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/mydns.conf.master b/install/tpl/mydns.conf.master index 96d6a8a..4bb8c6d 100644 --- a/install/tpl/mydns.conf.master +++ b/install/tpl/mydns.conf.master @@ -44,7 +44,7 @@ multicpu = 1 # Number of CPUs installed on your system recursive = # Location of recursive resolver allow-axfr = yes # Should AXFR be enabled? -allow-tcp = no # Should TCP be enabled? +allow-tcp = yes # Should TCP be enabled? allow-update = no # Should DNS UPDATE be enabled? ignore-minimum = no # Ignore minimum TTL for zone? soa-table = dns_soa # Name of table containing SOA records -- Gitblit v1.9.1