X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3dd8e177f260478b9da3c5c5be583bd262e1f6e9..5fb76dc7c3c0de9177b690895aed29d479aa144a:/cookbooks/bind/recipes/default.rb diff --git a/cookbooks/bind/recipes/default.rb b/cookbooks/bind/recipes/default.rb index 8c7ee11e7..6c596420d 100644 --- a/cookbooks/bind/recipes/default.rb +++ b/cookbooks/bind/recipes/default.rb @@ -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