I’m trying to set up YCast [1] and I need to redirect all traffic going to vtuner.com to a local machine (192.168.1.31). From the YCast manual: “You need to create a manual entry in your DNS server (read ‘Router’ for most home users). vtuner.com (more specifically *.vtuner.com ) should point to the machine YCast is running on.”
How can I do it on Turris Omnia [2]? I guess it’s in LuCi->Network->DHCP and DNS, but then I’m lost. Should I create a “Additional servers file” (see Advanced Settings)? If so, where I should put the file to make it permanent?
So in your case add „192.168.1.31 vtuner.com“… BUT this only redirects vtuner.com, not its subdomains. If you know which subdomains you need to redirect you can add them manually, too. Maybe someone else knows how to redirect a domain in kresd including its subdomains, maybe using a custom kresd config file…
EDIT:
This LuCI Section configures dnsmasq, which is standard dns resolver in vanilla OpenWRT but not in Turris OS, which uses kresd. There is no LuCI Section for kresd configuration, just some configuration in Foris → DNS, everything else needs to be configured over ssh…