We're doing development on a remote server that only listens on internal IPs. We VPN into the remote network, and then use custom hosts files to test what we're doing in the browser.
Now we're working on a mobile interface, and would like to test from non-rooted mobile devices. We can make our dev servers listen on public IPs, however without modifying the hosts file on the devices themselves, we have no way to tell them to resolve our private domains to the IPs of our choice.
is there any way to configure our router which is running dd-wrt to resolve our private domain names to the IPs of our choice?