Can't resolve a host when listen_adresses is empty #2936
Closed
lamualfa
started this conversation in
Potential issues
Replies: 2 comments
-
|
Found this: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation-linux#systemd-sockets-activation |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm not a Linux user. Ref: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/systemd#update-for-v2045 BTW, v2.0.45 is really old, and missing many important improvements. |
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.
-
Description
dnscrypt-proxy -resolvemust have the samelisten_addressesvalue or value resolving mechanism withdnscrypt-proxycommand ran bysystemctlto make it consistent & seamless.Configuration
Test resolving a host
Resolving [reddit.com] using 127.0.0.1 port 53 Unable to resolve: [read udp 127.0.0.1:44316->127.0.0.1:53: read: connection refused]Service status
● dnscrypt-proxy.service - DNSCrypt client proxy Loaded: loaded (/usr/lib/systemd/system/dnscrypt-proxy.service; enabled; preset: enabled) Active: active (running) since Wed 2025-08-20 18:09:46 REDACTED; 1min 21s ago TriggeredBy: ● dnscrypt-proxy.socket Docs: https://github.com/DNSCrypt/dnscrypt-proxy/wiki Main PID: 42919 (dnscrypt-proxy) Tasks: 13 (limit: 18625) Memory: 7.1M (peak: 7.8M) CPU: 169ms CGroup: /system.slice/dnscrypt-proxy.service └─42919 /usr/sbin/dnscrypt-proxy -config /etc/dnscrypt-proxy/dnscrypt-proxy.toml Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] dnscrypt-proxy 2.0.45 Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] Network connectivity detected Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [WARNING] Systemd sockets are untested and unsupported - use at your own risk Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] Wiring systemd TCP socket #0, dnscrypt-proxy.socket, 127.0.2.1:53 Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] Wiring systemd UDP socket #1, dnscrypt-proxy.socket, 127.0.2.1:53 Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] Source [public-resolvers] loaded Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] Firefox workaround initialized Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] [cloudflare] OK (DoH) - rtt: 8ms Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] Server with the lowest initial latency: cloudflare (rtt: 8ms) Aug 20 18:09:46 my-computer dnscrypt-proxy[42919]: [2025-08-20 18:09:46] [NOTICE] dnscrypt-proxy is ready - live servers: 1Netstat
Beta Was this translation helpful? Give feedback.
All reactions