X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..969e1e6d277ef40a24d2cdc33f31f1eaa48752f5:/cookbooks/bind/recipes/default.rb diff --git a/cookbooks/bind/recipes/default.rb b/cookbooks/bind/recipes/default.rb index 78db7466f..6c596420d 100644 --- a/cookbooks/bind/recipes/default.rb +++ b/cookbooks/bind/recipes/default.rb @@ -66,14 +66,12 @@ firewall_rule "accept-dns-udp" do dest "fw" proto "udp" dest_ports "domain" - source_ports "-" end firewall_rule "accept-dns-tcp" do action :accept source "net" dest "fw" - proto "tcp:syn" + proto "tcp" dest_ports "domain" - source_ports "-" end