]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/recipes/default.rb
Don't filter outgoing multicast packets
[chef.git] / cookbooks / networking / recipes / default.rb
index 831d7ce84d714c74bfd7b23753e207f30fdf1588..799871963e100279457774c0e37be78f83ab4d1f 100644 (file)
@@ -458,7 +458,7 @@ firewall_rule "accept-http" do
   action :accept
   source "net"
   dest "fw"
-  proto "tcp:syn"
+  proto "tcp"
   dest_ports %w[http https]
   rate_limit node[:networking][:firewall][:http_rate_limit]
   connection_limit node[:networking][:firewall][:http_connection_limit]