mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
The 'listening on' message now shows both the configured address (config.addr, e.g. ':8000') and the true effective address returned by the listener (e.g. '0.0.0.0:8000'), making it immediately clear which port was requested and which was actually bound: Go service listening on 0.0.0.0:8000 (configured: :8000, server URL: http://192.0.2.1) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>