From bd019efdf56a95fe84c6f7e7975beca0b817b846 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Fri, 29 Jan 2021 13:43:32 -0500 Subject: [PATCH] Switch to newer MIT nameservers I'm not sure that doing forwarding actually makes sense for my bind, but I'm not changing it for the moment... --- named.conf.options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/named.conf.options b/named.conf.options index e70b597..8c01847 100644 --- a/named.conf.options +++ b/named.conf.options @@ -14,9 +14,9 @@ options { // ALEX DEHNERT: slightly updated 2010-03-01 forward first; forwarders { - 18.71.0.151; - 18.70.0.160; - 18.72.0.3; + 18.0.71.151; + 18.0.70.160; + 18.0.72.3; }; //======================================================================== -- 2.34.1