You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to run captive portal to automatically show web UI after connecting to the hotspot. If we don't do this, the user must turn off mobile data on their phone and enter URL of the web UI (ubo-xx.local:4321) manually in the browser which creates a bad experiences.
The captive portal would resolve the following domains to point to gateway endpoint serving the web UI:
We need to run captive portal to automatically show web UI after connecting to the hotspot. If we don't do this, the user must turn off mobile data on their phone and enter URL of the web UI (
ubo-xx.local:4321
) manually in the browser which creates a bad experiences.The captive portal would resolve the following domains to point to gateway endpoint serving the web UI:
I tested running by following the steps in the following document:
https://hackernoon.com/how-to-create-a-custom-captive-portal-for-home-wifi-with-raspberry-pi-and-ai
We need to update
/etc/dnsmasq.conf
to add this lineaddress=/#/192.168.4.1
:The text was updated successfully, but these errors were encountered: