mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2100 from holta/captivportal-broadly-enable
Experimentally enable Captive Portal, for IIAB 7.1 testing
This commit is contained in:
commit
2adad57843
4 changed files with 8 additions and 8 deletions
|
@ -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!)
|
||||
|
|
|
@ -83,8 +83,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_splash_page: /
|
||||
# You might also want to set iiab_home_url (above!)
|
||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||
|
|
|
@ -83,8 +83,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_splash_page: /
|
||||
# You might also want to set iiab_home_url (above!)
|
||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||
|
|
|
@ -83,8 +83,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_splash_page: /
|
||||
# You might also want to set iiab_home_url (above!)
|
||||
# In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO
|
||||
|
|
Loading…
Add table
Reference in a new issue