DHCP/DNS detection seems not to be stable #2812
dodmi
started this conversation in
Potential issues
Replies: 1 comment 3 replies
-
#2814 is submitted. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the latest Windows x64 release and I'm trying to get DHCP/DNS detection to work.
.\dnscrypt-proxy.exe --version
returns2.1.8
On dnscrypt-proxy startup, I get multiple entries of the following kind:
[2025-03-27 21:40:26] [NOTICE] Starting a DHCP/DNS detector for IPv4 [2025-03-27 21:40:26] [NOTICE] Starting a DHCP/DNS detector for IPv4 [2025-03-27 21:40:26] [CRITICAL] Failed to start the DHCP/DNS IPv4 server: listen udp4 192.168.178.27:68: bind: Normalerweise darf jede Socketadresse (Protokoll, Netzwerkadresse oder Anschluss) nur jeweils einmal verwendet werden.
netstat -a | Select-String ":68"
returns nothing, so nothing seems to be listening on port 68.I've configured a forwarding rule to use $DHCP to resolve a domain. Pinging the domain works sometimes, but not doesn't in most cases. Resolving other domains works flawlessly.
Can anyone give me some hints, what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions