(captiveportal, new) add allowedMACAddresses to script config template

This commit is contained in:
Ad Schellevis 2015-10-14 09:06:03 +00:00
parent dd2aa4901a
commit 0714fb3b0d

View File

@ -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 %}