Development

This commit is contained in:
Matthew Grotke 2026-06-07 16:27:16 -04:00
parent 19f0bfa79c
commit 687e0a66d1
8 changed files with 142 additions and 1 deletions

View file

@ -18,7 +18,7 @@ def collect_tokens(cfg):
'Set Restricted VLAN = Captive Portal on the Network Layout page.'
)
tokens['CAPTIVE_HTTP_PORT'] = str(cp.get('http_port', 8081))
tokens['CAPTIVE_HTTP_PORT'] = str(cp.get('http_port', 25328))
tokens['CAPTIVE_HTTPS_DOMAIN'] = cp.get('https_domain', '')
display_rows = []