0

In an Android device, is it possible to port a URL such as www.example.com to a local network address such as 192.168.0.2:8081?

Do I need to install an application on that device?

1 Answers1

3

Not a app, but root access, it can be done editing the hosts file in android /system/etc/hosts, although you likely need a computer with adb and some routing skills. Perhaps a honeypot would get the job done with less hassle.

  • Glad to help, things should be easier to move on from there. Good luck, and thanks for the votes. :) –  May 29 '16 at 07:10