mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
Narrow this forward to only valid ips at site.
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
# otherwise kick everything out
|
||||
-A INPUT -j REJECT --reject-with icmp-host-prohibited
|
||||
{% if virthost is defined %}
|
||||
-A FORWARD -j ACCEPT
|
||||
-A FORWARD -s 67.203.2.64/29 -j ACCEPT
|
||||
-A FORWARD -d 67.203.2.64/29 -j ACCEPT
|
||||
{% else %}
|
||||
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user