From: Tom Hughes Date: Sun, 9 Oct 2022 15:27:49 +0000 (+0100) Subject: Allow geodns deployment from idris X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e363bb04fb982e186ac0f3c557ebdba993666ac1?hp=1f0cc3991388fb590d32918a62a57c7923184884 Allow geodns deployment from idris --- diff --git a/roles/geodns.rb b/roles/geodns.rb index a31437a69..a2ad092f3 100644 --- a/roles/geodns.rb +++ b/roles/geodns.rb @@ -12,7 +12,8 @@ default_attributes( :list => false, :transfer_logging => false, :hosts_allow => [ - "193.60.236.20" # sarel + "184.104.226.102", # idris + "2001:470:1:b3b::6" # idris ] } }