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