How would I go about redirecting an ip to localhost?
Example:
If I have a client that always connects to a certain ip,
Is there anyway to make that client connect to 127.0.0.1 instead? (In Java)
Then on 127.0.0.1, I would have a server running to accept the connection.

