pf: Fix indentation from pf.conf
This commit is contained in:
parent
6d63bda3ff
commit
8d1fed8695
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@ pass in quick proto icmp6
|
||||||
{{ rule }}
|
{{ rule }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for rule in firewall_in %}
|
{% for rule in firewall_in %}
|
||||||
{% if rule.from is defined %}
|
{% if rule.from is defined %}
|
||||||
{% for from in rule.from | ipaddr %}
|
{% for from in rule.from | ipaddr %}
|
||||||
pass in quick proto {{ rule.proto }} from {{ from }} to port {{ rule.port }}
|
pass in quick proto {{ rule.proto }} from {{ from }} to port {{ rule.port }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
pass in quick proto {{ rule.proto }} to port {{ rule.port }}
|
pass in quick proto {{ rule.proto }} to port {{ rule.port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue