From e03067e0599313ff544f05dc5b49eaa5203c5978 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 25 Jul 2018 22:29:52 +0100 Subject: [PATCH 1/1] Allow openvpn connections over IPv6 --- cookbooks/networking/recipes/default.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index dbbada97d..86792ea99 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -223,7 +223,6 @@ end %w[ucl ams bm].each do |zone| firewall_rule "accept-openvpn-#{zone}" do action :accept - family :inet source zone dest "fw" proto "udp" -- 2.43.2