Replies: 1 comment
-
So it looks like I have to change address in HASS settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
installed adguard as add-on to HASS Supervised running on Debian 12.
However AdGuard is listening on 127.0.0.1 only, therefore I cannot resolve names anywhere on network, since it's not listening on main interface:
Issue is caused by wrong bind interface in this file: /usr/share/hassio/addons/data/a0d7b954_adguard/adguard
bind_hosts:
- 127.0.0.1
But even if I fix it, restarting HASS seems to override my interface changes
Beta Was this translation helpful? Give feedback.
All reactions