Replies: 1 comment 4 replies
-
|
Maybe |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi,
I've enabled the Monitoring UI and it shows the recent queries just fine. However, all the calls are being show as from a single IP address: 192.168.192.1. This is despite me having configured dnscrypt-proxy on 2 devices on the internal network.
My setup is:
dnscrypt-proxy installed via as a Docker container (klutchell's image).
Docker is running on a Synology NAS.
Configured both NAS and my Ubuntu Linux laptop's network settings to use dnscrypt-proxy as the DNS server.
Various services on the NAS, Docker containers on the NAS and the laptop are all making DNS calls which are answered successfully by dnscrypt-proxy based on the logs, but the client is always the same: 192.168.192.1.
The odd thing is that I can't find 192.168.192.1 on the network anywhere. The local IP addresses are all 192.168.68.*.
Synology (and dnscrypt-proxy): 192.168.68.103
Laptop: 192.168.68.124
WiFi router: 192.168.68.1
Does anyone know how to get the client IP to show correctly? Ideally I would've liked to see the IP addresses of the individual Docker containers calling for DNS resolution, but at the very least expected to see 2 client IPs (NAS and Laptop) rather than 192.168.192.1.
Here is the config:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions