mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 17:16:16 +00:00
The URL Configuration cell flagged "Original (Bose cloud)" with a red ❌ even when the DNS hook (or /etc/hosts redirects, deprecated though it is) was actively intercepting those hostnames and routing them at AfterTouch — i.e. the expected migrated state for the DNS method. urlConfigVerdict now factors in resolv_migrated/hosts_migrated: - URL flip (xml or telnet) active → ✅ "AfterTouch URLs" - URL flip not active, DNS interception on → ✅ "Original (Bose cloud) — intercepted via DNS, device reaches AfterTouch" - URL flip not active, no DNS interception → ❌ "Original (Bose cloud) — not intercepted, device will reach the real Bose cloud" The third case is the only one that's actually broken; the first two are valid migrated states for different methods. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>