Q qy2009 Occasional Visitor Mar 20, 2022 #1 Hi, Is there a way to redirect a domain to internal resources? eg, redirect help.com to 10.0.0.1 ? Thanks!
Hi, Is there a way to redirect a domain to internal resources? eg, redirect help.com to 10.0.0.1 ? Thanks!
C ColinTaylor Part of the Furniture Mar 20, 2022 #2 That's not something that Diversion would do AFAIK. You could add an entry to the router's hosts file by creating a /jffs/configs/hosts.add file. Custom config files Third party firmware for Asus routers (newer codebase) - RMerl/asuswrt-merlin.ng github.com That's not quite the same as redirection but it's similar (you're giving the domain name a different IP address).
That's not something that Diversion would do AFAIK. You could add an entry to the router's hosts file by creating a /jffs/configs/hosts.add file. Custom config files Third party firmware for Asus routers (newer codebase) - RMerl/asuswrt-merlin.ng github.com That's not quite the same as redirection but it's similar (you're giving the domain name a different IP address).
Q qy2009 Occasional Visitor Mar 20, 2022 #3 thanks so much @ColinTaylor . just got it working cd /jffs/configs/ nano hosts.add then add the following 10.0.0.1 hello.com then restart service service restart_dnsmasq
thanks so much @ColinTaylor . just got it working cd /jffs/configs/ nano hosts.add then add the following 10.0.0.1 hello.com then restart service service restart_dnsmasq