1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Broadly enable captiveportal, for IIAB 7.1 testing

This commit is contained in:
A Holt 2020-01-04 19:55:30 -05:00 committed by GitHub
parent c56303e38f
commit 7613bedf61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,8 +145,8 @@ dns_jail_enabled: False
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
# extensively refined later in 2018 (PRs #1179, #1300, #1327, #2070).
captiveportal_install: False
captiveportal_enabled: False
captiveportal_install: True
captiveportal_enabled: True
captiveportal_port: 9090
captiveportal_splash_page: /
# You might also want to set iiab_home_url (above!)