DNSCrypt for s6 21 October 2022, 03:32:32 How do you run DNSCrypt for s6? I have it as sudo s6-rc-bundle add default and I've followed the Arch wiki https://wiki.archlinux.org/title/Dnscrypt-proxy. Has anyone here got this working?
Re: DNSCrypt for s6 Reply #1 – 21 October 2022, 09:09:08 What exactly is your problem? does your service not start?
Re: DNSCrypt for s6 Reply #2 – 21 October 2022, 13:49:18 Yeah it's not starting, I still have a DNS leak afterwards.
Re: DNSCrypt for s6 Reply #4 – 21 October 2022, 14:57:42 share logs for dnscrypt at path/var/log/dinit/
Re: DNSCrypt for s6 Reply #6 – 21 October 2022, 16:01:20 I've never used this service before but installing it and starting it with the usual s6 command (s6-rc -u change dnscrypt-proxy) shows that the executable runs.
Re: DNSCrypt for s6 Reply #8 – 21 October 2022, 16:20:07 It'sCode: [Select]s6-rc -u change dnscrypt-proxyNotice the space.
Re: DNSCrypt for s6 Reply #9 – 21 October 2022, 16:20:50 I tried that too and I still have a DNS leak
Re: DNSCrypt for s6 Reply #11 – 21 October 2022, 16:47:14 Quote from: Piere – on 21 October 2022, 16:20:50I tried that too and I still have a DNS leakdid you try setting your /etc/resolv.conf to your dnscrypt local ip?
Re: DNSCrypt for s6 Reply #12 – 21 October 2022, 16:53:24 Whatever change I make to resolv.conf it resets back to 127.0.0.1
Re: DNSCrypt for s6 Reply #13 – 21 October 2022, 18:00:44 Quote from: Piere – on 21 October 2022, 16:20:50I tried that too and I still have a DNS leakIs the binary running? That's the important part. If dnscrypt-proxy is running, then you know it's not an s6 issue. You need to configure the application correctly (however you do that; I do not know).
Re: DNSCrypt for s6 Reply #14 – 21 October 2022, 18:26:48 It's a daemon process, I've tried dnsmasq, stubby and dnscrypt. None of these work for me for some reason. Looking around the Artix forum I've seen some people who've claimed they had it running but idk what they did to get it to work. I'm not going to bother working on this anymore unless someone can share the steps in getting this running.