You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this for a local domains only to redirect a something like *.localdomain.lan to 192.168.1.X:Y so I don't need to remember all the ports/IPs for different services.
Expected behavior
When I type in Localdomain.Lan i would expect to see the same webpage if I went to Http://192.168.1.10:8123.
Actual behavior
I get a "DNS_PROBE_FINISHED_NXDOMAIN" error on the webpage.
Steps to reproduce
Change DNS server on PC to point to device that is running NPM.
Using HASSio I installed the marioDB and the addon NPM
Create a Proxy Host
Navigate to the website "localdomain.lan"
The text was updated successfully, but these errors were encountered:
I believe you likely need to specify a host which can be resolved, i.e. x.domain.com, or alternatively have the correct A record at the root. Either way I would suggest validating using nslookup or other tools.
I updated my proxy domain name to HA.localdomain.lan and I've also added the following to my configuration.yaml as I believe it is needed, but still without any change.
http:
use_x_forwarded_for: true
trusted_proxies:
192.168.1.0/24 # Add the IP address of the proxy server
Problem/Motivation
Expected behavior
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: