-
I just installed dnscrypt-proxy and dnscrypt-proxy switcher on my Mac. Everything works as expected, but I want to use a specific DoH URL and disable all the other servers that are built-in. Can someone advise how to do this? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Set See https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Configuration and the rest of the documentation :) |
Beta Was this translation helpful? Give feedback.
-
I was finally able to force DNScrypt-Proxy to exclusively use my DoH URL, while still using Little Snitch. Follow these steps:
Go here to create the SNDS. Once you input this information your SDNS will be shown at the top right side of the website. Copy the Stamp (SDNS) in Reboot |
Beta Was this translation helpful? Give feedback.
I was finally able to force DNScrypt-Proxy to exclusively use my DoH URL, while still using Little Snitch.
There's a macOS bug that disables DoH profiles if Little Snitch is used.
Follow these steps:
Open dnscrypt-proxy.toml from your dnscrypt-proxy folder in a text editor that shows line numbers (I used TextMate with the TOML plug-in).
Comment out lines 671 to 685.
Add these lines at the end of the file (they should be lines 859 and 860).
Go here to create the SNDS.
Once you input this information your SDNS will be shown at the top right side of the website.
Copy the Stamp (SDNS) in
stamp = 'sdns://DoH-SDNS'
of line 860Reboot