diff --git a/public/index.html b/public/index.html index f596f73..2c9a329 100644 --- a/public/index.html +++ b/public/index.html @@ -4463,13 +4463,15 @@ }} > + - +

- {dxClusterSource === 'auto' && '→ Tries HamQTH first, then DX Spider telnet'} + {dxClusterSource === 'auto' && '→ Tries Proxy first, then HamQTH, then direct telnet'} + {dxClusterSource === 'proxy' && '→ Real-time DX Spider feed via our dedicated proxy service'} {dxClusterSource === 'hamqth' && '→ HamQTH.com CSV feed (works on all platforms)'} - {dxClusterSource === 'dxspider' && '→ Telnet to dxspider.co.uk:7300 (works locally/Pi, may fail on cloud hosting)'} + {dxClusterSource === 'dxspider' && '→ Direct telnet to dxspider.co.uk:7300 (local/Pi only)'}