Replies: 1 comment
-
Solved. Was a bit counterintuitive but it works: http:
pprof:
port: 6060
enabled: false
- address: 192.168.1.1:3000
+ address: 0.0.0.0:3000 |
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.
-
Neither is the web admin interface over IPv6.
DoH, DoT, plan DNS, all of this works fine over IPv6.
It's running on opnsense, I can see that the AdGuardHome process is not listening to [my:ip;v6]:443. It only listens to port 443 on IPv4. (I checked using
sockstat -l | grep AdG
)My yaml looks like this (I have simplified):
Beta Was this translation helpful? Give feedback.
All reactions