]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/bind/recipes/default.rb
Drop tcp vs tcp:syn distinction
[chef.git] / cookbooks / bind / recipes / default.rb
index 8c7ee11e790c92863a49939bab4738be4a763cc0..6c596420de79e514c3ac0af10886f6d2b197c01f 100644 (file)
@@ -72,6 +72,6 @@ firewall_rule "accept-dns-tcp" do
   action :accept
   source "net"
   dest "fw"
-  proto "tcp:syn"
+  proto "tcp"
   dest_ports "domain"
 end