Redirecting access from a domain name to IP:port
- by hexacyanide
Right now I have a server running on IP:Port. If I wanted to use DNS but redirect to the port, how would I do so? I've heard that it's possible, but how would I do so, even if it includes creating something such as a proxy?
For example, visiting:
domain.tld
would instead access
IP:Port
and the port could be anything I wanted it to be.
If no direct solution exist, how would I go along using a "VirtualHost"?