From: Grant Slater Date: Mon, 3 Feb 2025 01:59:34 +0000 (+0000) Subject: geodns: Add extra rsync geodns allow list IPs X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ca9bbc9876c8ea5396499e7668038cfd8438149d?ds=sidebyside geodns: Add extra rsync geodns allow list IPs --- diff --git a/roles/geodns.rb b/roles/geodns.rb index a2ad092f3..a1df01532 100644 --- a/roles/geodns.rb +++ b/roles/geodns.rb @@ -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 ] } }