mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(captiveportal, new) add allowedMACAddresses to script config template
This commit is contained in:
parent
dd2aa4901a
commit
0714fb3b0d
@ -7,6 +7,7 @@ idletimeout={{ cpZone.idletimeout|default("0") }}
|
||||
hardtimeout={{ cpZone.hardtimeout|default("0") }}
|
||||
concurrentlogins={{cpZone.concurrentlogins|default("0")}}
|
||||
allowedAddresses={{cpZone.allowedAddresses|default("")}}
|
||||
allowedMACAddresses={{cpZone.allowedMACAddresses|default("")}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user