2013-12-12 01:33:01 +00:00

3 lines
113 B
Plaintext

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