From 9a514f6ad510b158311a1161fa14657e13e0a33b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Mar 2023 11:36:53 +0000 Subject: [PATCH] Drop blackholing of Google IPv6 blocks in Amsterdam --- roles/equinix-ams.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index ad835f890..fafecd478 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -23,10 +23,7 @@ default_attributes( :prefix => "64", :gateway => "2001:978:2:2c::172:1", :routes => { - "2001:470:1:b3b::/64" => { :type => "unreachable" }, - "2001:978:2:2c::/64" => { :type => "unreachable" }, - "2001:4860::/32" => { :type => "unreachable" }, - "2a00:1450:4000::/37" => { :type => "unreachable" } + "2001:470:1:b3b::/64" => { :type => "unreachable" } } } } -- 2.39.5