Switch to newer MIT nameservers
authorAlex Dehnert <alex@dehnerts.com>
Fri, 29 Jan 2021 18:43:32 +0000 (13:43 -0500)
committerAlex Dehnert <alex@dehnerts.com>
Fri, 29 Jan 2021 18:43:32 +0000 (13:43 -0500)
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

index e70b597edb43c47d7e2f311ebdfec750ba7071b0..8c01847565887cd364a58d456b888bb360eedd1a 100644 (file)
@@ -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;
        };
 
        //========================================================================