Making DNS and A Reverse Proxy Work Together
What is a reverse proxy anyway?
Ever since I started home-labbing, one thing that always annoyed me was typing the IP and the port number to access a certain service.
Can’t we have a nice and memorable way to access each service?
One approach is to create local DNS entries, i.e., map the MAC address of your server to a static IP. However, this only solves the IP problem, as I would still have to enter the port number. The ideal solution would be something like DNS subdomains. Let’s look at an example
Continue reading