From e363bb04fb982e186ac0f3c557ebdba993666ac1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 9 Oct 2022 16:27:49 +0100 Subject: [PATCH 1/1] Allow geodns deployment from idris --- roles/geodns.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ] } } -- 2.45.2