Hey all,

I am hosting applications on my home network via a raspberry pi in docker containers and I do not want to expose them over the internet. I’m trying to figure out how to configure my home network so that I can route requests going to “api.pi” to my web API running on my RaspberryPi and route “application.pi” to my web application. I’m not familiar with how home network and host names work, so looking for some guidance on how to get this setup.