From 90f0f02ffef73e9837e9d18e4a3e46930d3d1335 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 25 Jul 2018 22:25:33 +0100 Subject: [PATCH] Allow VPN connections to/from Amsterdam --- cookbooks/networking/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 85472b316..dbbada97d 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -220,7 +220,7 @@ firewall_rule "limit-icmp-echo" do rate_limit "s:1/sec:5" end -%w[ucl ic bm aws].each do |zone| +%w[ucl ams bm].each do |zone| firewall_rule "accept-openvpn-#{zone}" do action :accept family :inet -- 2.43.2