This commit is contained in:
Kevin Fenzi 2015-02-06 21:39:22 +00:00
parent d4248510ab
commit 92e8a29f05

View file

@ -21,7 +21,7 @@
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT
# if the host/group defines incoming tcp_ports - allow them
{% if tcp6_ports is defined %}
{% if tcp_ports is defined %}
{% for port in tcp_ports %}
-A INPUT -p tcp -m tcp --dport {{ port }} -j ACCEPT
{% endfor %}