]> git.openstreetmap.org Git - chef.git/commitdiff
geodns: Add extra rsync geodns allow list IPs
authorGrant Slater <github@firefishy.com>
Mon, 3 Feb 2025 01:59:34 +0000 (01:59 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 3 Feb 2025 01:59:34 +0000 (01:59 +0000)
roles/geodns.rb

index a2ad092f323812b6e142dc427bb0ea7bdadaaf0f..a1df0153233badae3c3e4c7a23d101eb1c6848e1 100644 (file)
@@ -12,8 +12,10 @@ default_attributes(
         :list => false,
         :transfer_logging => false,
         :hosts_allow => [
-          "184.104.226.102",  # idris
-          "2001:470:1:b3b::6" # idris
+          "184.104.226.102",  # idris HE
+          "2001:470:1:b3b::6", # idris HE
+          "87.252.214.102", # idris Equinix
+          "2001:4d78:fe03:1c::6" # idris  Equinix
         ]
       }
     }