Narrow this forward to only valid ips at site.
This commit is contained in:
parent
692458e19e
commit
2032b6396a
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue