more firewall configs
This commit is contained in:
parent
ff6649ab71
commit
aa242b0327
6 changed files with 20 additions and 1 deletions
|
@ -81,7 +81,7 @@ set trusted6 {
|
|||
{% if custom.comment is defined %}
|
||||
# {{ custom.comment|default('') }}
|
||||
{% endif %}
|
||||
ip saddr { {{ custom.from | join(', ') }} } {{ custom.proto | default('tcp') }} dport { {{ custom.port }} } {{ custom.policy | default('accept') }}
|
||||
{{ custom.version|default('ip') }} saddr { {{ custom.from | join(', ') }} } {{ custom.proto | default('tcp') }} dport { {{ custom.port }} } {{ custom.policy | default('accept') }}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue