mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
15 lines
No EOL
252 B
Text
15 lines
No EOL
252 B
Text
server:
|
|
|
|
# Listen Interfaces
|
|
{% for interface in interfaces -%}
|
|
interface: {{ interface }}
|
|
{% endfor -%}
|
|
|
|
# Allowed Networks
|
|
{% for subnet in subnets -%}
|
|
access-control: {{ subnet }} allow
|
|
{% endfor -%}
|
|
|
|
|
|
remote-control:
|
|
control-enable: yes |