Also the osuosl proxies.
This commit is contained in:
parent
e36d15bbbe
commit
c31771d0de
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue