refactor(security): fix line indentation in mangle table template
This commit is contained in:
parent
3659c15749
commit
2dc90631fb
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ table inet mangle {
|
|||
tcp flags & (fin|syn|rst|psh|ack|urg) == fin|psh|urg counter drop
|
||||
tcp flags & (fin|syn|rst|psh|ack|urg) == fin|syn|psh|urg counter drop
|
||||
tcp flags & (fin|syn|rst|psh|ack|urg) == fin|syn|rst|ack|urg counter drop
|
||||
{% if firewall.mangle.drop_privatenets %}
|
||||
{% if firewall.mangle.drop_privatenets -%}
|
||||
ip saddr $private_nets counter drop
|
||||
{% endif %}
|
||||
{% endif -%}
|
||||
ip saddr $reserved_nets counter drop
|
||||
iifname != "lo" ip saddr 127.0.0.0/8 counter drop
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue