i use pfsense for DNS, but the problem is, i cant really use dns host overrides since the server is running multiple services on different ports, therefor i thought haproxy would be the easiest way.
host 192.168.181.17 runs docker with some services.
on port 380 heimdall
on port 7443 a nextcloud instance
and so on.
my goal is, if i type " heimdall.home.lan " in my browser, the site opens 192.168.181.17:380 as long the request comes from internal. if the service would be exposed to the internet, no problem using haproxy, but since it is not, it doesn´t work.