HomeSetupSetup · OpenWrt
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
  1. In LuCI go to Network → DHCP and DNS → General, or edit /etc/config/dhcp.
  2. Add address overrides for the radio domains, for example in /etc/dnsmasq.conf or a file in /etc/dnsmasq.d/:
    address=/vtuner.com/62.132.3.28
    address=/radiodenon.com/62.132.3.28
    address=/radiomarantz.com/62.132.3.28
  3. Restart dnsmasq: /etc/init.d/dnsmasq restart.
  4. 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.