|
@@ -123,6 +123,20 @@ name = "Configuration"
|
|
|
pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
|
|
|
pattern.error = "Not an ip"
|
|
|
|
|
|
+ [main.hotspot1.captive_portal__1]
|
|
|
+ ask = "Captive portal"
|
|
|
+ type = "boolean"
|
|
|
+ bind = "array_settings()"
|
|
|
+ visible = "advanced__1"
|
|
|
+ help = "Activate the captive portal mode"
|
|
|
+
|
|
|
+ [main.hotspot1.captive_portal_url__1]
|
|
|
+ ask = "Local captive portal URL"
|
|
|
+ type = "string"
|
|
|
+ bind = "array_settings()"
|
|
|
+ visible = "advanced__1 && captive_portal__1"
|
|
|
+ help = "Local URL on which redirect onto when the user mac address is not yet allowed"
|
|
|
+
|
|
|
[main.hotspot2]
|
|
|
name = "Hotspot 2"
|
|
|
visible = "! no_antenna && multissid >= 2"
|
|
@@ -183,6 +197,20 @@ name = "Configuration"
|
|
|
pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
|
|
|
pattern.error = "Not an ip"
|
|
|
|
|
|
+ [main.hotspot1.captive_portal__2]
|
|
|
+ ask = "Captive portal"
|
|
|
+ type = "boolean"
|
|
|
+ bind = "array_settings()"
|
|
|
+ visible = "advanced__2"
|
|
|
+ help = "Activate the captive portal mode"
|
|
|
+
|
|
|
+ [main.hotspot1.captive_portal_url__2]
|
|
|
+ ask = "Local captive portal URL"
|
|
|
+ type = "string"
|
|
|
+ bind = "array_settings()"
|
|
|
+ visible = "advanced__2 && captive_portal__2"
|
|
|
+ help = "Local URL on which redirect onto when the user mac address is not yet allowed"
|
|
|
+
|
|
|
[main.hotspot3]
|
|
|
name = "Hotspot 3"
|
|
|
visible = "! no_antenna && multissid >= 3"
|
|
@@ -243,3 +271,17 @@ name = "Configuration"
|
|
|
pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
|
|
|
pattern.error = "Not an ip"
|
|
|
|
|
|
+ [main.hotspot1.captive_portal__3]
|
|
|
+ ask = "Captive portal"
|
|
|
+ type = "boolean"
|
|
|
+ bind = "array_settings()"
|
|
|
+ visible = "advanced__3"
|
|
|
+ help = "Activate the captive portal mode"
|
|
|
+
|
|
|
+ [main.hotspot1.captive_portal_url__3]
|
|
|
+ ask = "Local captive portal URL"
|
|
|
+ type = "string"
|
|
|
+ bind = "array_settings()"
|
|
|
+ visible = "advanced__3 && captive_portal__3"
|
|
|
+ help = "Local URL on which redirect onto when the user mac address is not yet allowed"
|
|
|
+
|