]> git.openstreetmap.org Git - chef.git/commitdiff
shenron: Use Google DNS to avoid spamhaus issue
authorGrant Slater <git@firefishy.com>
Fri, 8 Jul 2022 14:29:26 +0000 (17:29 +0300)
committerGrant Slater <git@firefishy.com>
Fri, 8 Jul 2022 14:29:26 +0000 (17:29 +0300)
roles/shenron.rb

index 76e0399f7ae3b9bc2b09b86dc72f98e9ee87310a..27a10f9c1af6bc77a0938df456c0fd8b8e0996cb 100644 (file)
@@ -45,7 +45,9 @@ override_attributes(
         :gateway => "fe80::1"
       }
     },
-    :nameservers => ["1.1.1.1", "1.0.0.1", "2606:4700:4700::1111", "2606:4700:4700::1001"],
+    # Do not use Cloudflare Public DNS as it does not support ECS as required by https://www.spamhaus.org/organization/dnsblusage/
+    # https://www.spamhaus.org/news/article/816/service-update-spamhaus-dnsbl-users-who-query-via-cloudflare-dns-need-to-make-changes-to-email-set-up
+    :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"],
     :private_address => "10.0.16.100"
   }
 )