I have a self-hosted install of BW and I’ve since added Cloudfare DNS Records so that Nginx Proxy Manager can route the same local ip address to different ports and machines.
I obtained a domain “fake[dot]org” and with this I create Proxied A records for all my local servers in my home lab etc. I point to my local Nginx Proxy Manager and it resolves the domain name to local machine and port.
Example:
A record - (name) portainer[dot]fake[dot]og (Content) - 192[dot]168[dot]1[dot]999 (Proxy status) DNS only - reversed IP
Then in Nginx Proxy Manager I create a Proxy Host as follows:
(Source) portainer.fake.org (Destination) 192[dot]168[dot]1[dot]33:9000
Go to portainer.fake.org in my browser and save the user name and password in BW. I do the same for all of my local services. Next time I go to that URL BW shows me every DNS entry that matches 192[dot]168[dot]1[dot]999, sure this happens because the domain name resolves to the same IP address.
How to I configure BW so that it only matches the correct instance. I either need BW to resolve against NPM or to match multiple URL in BW by host name and ip address.
Sorry for the “[dot]”, the only way I could make the post