captiveportal.conf 364 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{% if helpers.exists('OPNsense.captiveportal.zones.zone') %}
{%   for cpZone in  helpers.toList('OPNsense.captiveportal.zones.zone') %}
{%     if cpZone.enabled|default('0') == '1' %}
[zone_{{cpZone.zoneid}}]
authservers={{ cpZone.authservers }}
idletimeout={{ cpZone.idletimeout }}
hardtimeout={{ cpZone.hardtimeout }}

{%     endif %}
{%   endfor %}
{% endif %}