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? Quote Selected
Re: DNSCrypt for s6 Reply #1 – 21 October 2022, 09:09:08 What exactly is your problem? does your service not start? Quote Selected
Re: DNSCrypt for s6 Reply #2 – 21 October 2022, 13:49:18 Yeah it's not starting, I still have a DNS leak afterwards. Quote Selected
Re: DNSCrypt for s6 Reply #3 – 21 October 2022, 13:52:14 I have the s6 scripts for DNSCrypt too. Quote Selected
Re: DNSCrypt for s6 Reply #4 – 21 October 2022, 14:57:42 share logs for dnscrypt at path/var/log/dinit/ Quote Selected
Re: DNSCrypt for s6 Reply #5 – 21 October 2022, 15:02:39 This directory doesn't exist for me. Quote Selected
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. Quote Selected
Re: DNSCrypt for s6 Reply #7 – 21 October 2022, 16:17:58 I'm getting "s6-rc-u command not found" Quote Selected
Re: DNSCrypt for s6 Reply #8 – 21 October 2022, 16:20:07 It'sCode: [Select]s6-rc -u change dnscrypt-proxyNotice the space. Quote Selected
Re: DNSCrypt for s6 Reply #9 – 21 October 2022, 16:20:50 I tried that too and I still have a DNS leak Quote Selected
Re: DNSCrypt for s6 Reply #10 – 21 October 2022, 16:30:47 Does DNSCrypt only work for systemd? Quote Selected
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? Quote Selected
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 Quote Selected
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). Quote Selected
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. Quote Selected