Setup · OpenWrt
OpenWrt: redirect only the radio domains
The clean approach — redirect only vtuner.com, radiodenon.com, radiomarantz.com, radiosetup.com, my-noxon.net to Retune·FM and keep your normal DNS for everything else.
Advanced · redirects only the radio domains
Retune·FM DNS address
62.132.3.28
- In LuCI go to Network → DHCP and DNS → General, or edit
/etc/config/dhcp. - Add address overrides for the radio domains, for example in
/etc/dnsmasq.confor a file in/etc/dnsmasq.d/:address=/vtuner.com/62.132.3.28address=/radiodenon.com/62.132.3.28address=/radiomarantz.com/62.132.3.28 - Restart dnsmasq:
/etc/init.d/dnsmasq restart. - Make sure the receiver uses the router (OpenWrt) for DNS, then open Internet Radio.
💡 Because only these domains are overridden, the rest of your network’s DNS is completely unaffected. To undo, remove the address lines and restart dnsmasq.