add new option for v1.9.X series

This commit is contained in:
Louis Abel 2024-07-02 20:28:31 -07:00
parent 1be345119f
commit 5aa3105d30
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -118,6 +118,9 @@ logging:
disable_timestamp: {{ nebula_logging_disable_timestamp }}
firewall:
{% if nebula_default_local_cidr_any is defined %}
default_local_cidr_any: {{ default_local_cidr_any }}
{% endif %}
{% if nebula_firewall_outbound_action is defined %}
outbound_action: {{ nebula_firewall_outbound_action }}
{% endif %}