Skip to content
Discussion options

You must be logged in to vote

What you are seeing is expected.

dnscrypt-proxy can only display the address of the client that is directly connected to it. In your current setup, that client is dnsmasq, so the Monitoring UI shows 127.0.0.1 (or the router local address), not the original LAN host.

The bind: address already in use error is also expected if dnsmasq is already listening on port 53. Both services cannot bind to 0.0.0.0:53 at the same time.

So there are really two possible setups:

  1. dnsmasq listens on :53 and forwards to dnscrypt-proxy - works fine - but dnscrypt-proxy only sees dnsmasq as the client

  2. dnscrypt-proxy listens on :53 directly - then the Monitoring UI can show real LAN client IPs - but dnsmasq …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by d3nteoomph
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants