From: Steinar H. Gunderson Date: Sun, 9 Apr 2006 20:01:13 +0000 (+0000) Subject: Turn off forwarding until we've got a decent list. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=7db7efc71093253f508ce90f2d793215cb958432 Turn off forwarding until we've got a decent list. --- diff --git a/config/make-named.pl b/config/make-named.pl index 233a0d0..2099b64 100755 --- a/config/make-named.pl +++ b/config/make-named.pl @@ -25,8 +25,8 @@ options { auth-nxdomain no; recursion yes; - forwarders { 194.19.2.11; 194.19.3.11; }; - forward only; +// forwarders { 194.19.2.11; 194.19.3.11; }; +// forward only; }; zone "." { type hint; file "db.root"; };