X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3dd8e177f260478b9da3c5c5be583bd262e1f6e9..969e1e6d277ef40a24d2cdc33f31f1eaa48752f5:/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