add new option for v1.9.X series
This commit is contained in:
parent
1be345119f
commit
5aa3105d30
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user