Skip to content

Commit

Permalink
Blackhole unreachable Amazon IPv6 block on equinix machines
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 27, 2024
1 parent 8de9909 commit fae4e6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion roles/equinix-ams.rb
Expand Up @@ -21,7 +21,10 @@
},
:inet6 => {
:prefix => "64",
:gateway => "2001:470:1:fa1::1"
:gateway => "2001:470:1:fa1::1",
:routes => {
"2600:9000::/28" => { :type => "unreachable" }
}
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion roles/equinix-dub.rb
Expand Up @@ -30,7 +30,10 @@
},
:inet6 => {
:prefix => "64",
:gateway => "2001:470:1:b3b::1"
:gateway => "2001:470:1:b3b::1",
:routes => {
"2600:9000::/28" => { :type => "unreachable" }
}
}
}
}
Expand Down

0 comments on commit fae4e6b

Please sign in to comment.