2015-07-21 19:45:23 +02:00

4 lines
114 B
Plaintext

<% node['apache']['listen_ports'].each do |port| -%>
-A FWR -p tcp -m tcp --dport <%= port %> -j ACCEPT
<% end %>