diff --git a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery index d7e503c3b..42e8dfa3a 100755 --- a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery +++ b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery @@ -21,7 +21,7 @@ const DISCOVER_FLASH = "FLASH"; const DISCOVER_FQDN = "STANDARD_FQDN"; const DISCOVER_LOOKUP = "OpenLAN"; -const STANDARD_FQDN = "openwifi.network"; +const STANDARD_FQDN = "openwifi.wlan.local"; const STANDARD_FQDN_PORT = 15002; let ubus = libubus.connect();