iptables / staging: more adjusting
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
363af73e57
commit
5936815f75
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
-A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
-A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||||
|
|
||||||
# if the host is external, block some ips
|
# if the host is external, block some ips
|
||||||
{% if external == 'true' %}
|
{% if external %}
|
||||||
-A INPUT -p all -m set --match-set blocklist src -j REJECT
|
-A INPUT -p all -m set --match-set blocklist src -j REJECT
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue