I'm fairly new to untangle and I have Untangle 16.0.1 running at the moment.
I'd have a home server that I'd like to set up a Nat loopback so I can access the webserver I'm running from within my LAN without having to use a VPN.
Also, I'm running a few docker services on the same machine that I can access by typing "server-address: port". I'm wondering if there is a way to set up host names in the untangle router to give those specific addresses/ports names to access by.
So instead of typing 192.168.1.145:9000 I can just type portainer.worklab to access 192.168.1.145:9000?
Thanks