Also the osuosl proxies.

This commit is contained in:
Ralph Bean 2016-03-10 18:54:44 +00:00
parent e36d15bbbe
commit c31771d0de

View file

@ -29,6 +29,11 @@
-A INPUT -p tcp -m tcp --dport 5666 -s 209.132.181.35 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5666 -s 10.5.126.41 -j ACCEPT
{% if inventory_hostname in groups['proxies'] %}
{% for friend in friends4 %}
-A INPUT --src {{ friend }} -j DROP
{% endfor %}
{% endif %}
# if the host/group defines incoming tcp_ports - allow them
{% if tcp_ports is defined %}