mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
@@ -15,7 +15,7 @@
|
||||
-A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
|
||||
# if the host is external, block some ips
|
||||
{% if datacenter != 'iad2' or external == 'true' %}
|
||||
{% if datacenter != 'iad2' or external %}
|
||||
-A INPUT -p all -m set --match-set blocklist src -j REJECT
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user