Looking to take an external public IP address and redirect a software program's attempts to contact it back to my local IP address (localhost or 127.0.0.1). Simply blocking the connection all together (using something like Little Snitch) isn't what I'm looking to do.
The host file allows redirection of server names such as google.com but not of IP addresses.