You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, this is my first time using DNSCrypt-Proxy to set DNS for my MacOS.
Is there a wrong setting in my dnscrypt-proxy.toml to cause this?
The server_names DNS that I use is:
And I am using [static] with 'sdns://' stamps available at https://dnscrypt.info/public-servers for both DNS that I am using.
Is there anyone here who can help me? Because I don't know much about programming
Thank you.
Here is more or less the config that I have edited for dnscrypt-proxy.toml:
server_names = ['dns.digitale-gesellschaft.ch', 'dns.sb']
listen_addresses = ['127.0.0.1:53']
ipv4_servers = true
ipv6_servers = false
dnscrypt_servers = true
doh_servers = true
odoh_servers = false
require_dnssec = true
tls_disable_session_tickets = true
bootstrap_resolvers = ['185.95.218.42:53', '185.222.222.222:53']
ignore_system_dns = true
netprobe_address = '185.95.218.42:53'
block_ipv6 = true
routes = [
# Digitale Gesellschaft
{ server_name='cs-ch', via=['anon-cs-ch', 'anon-cs-fr'] },
# DNS.SB
{ server_name='cs-de', via=['anon-cs-berlin', 'anon-cs-de'] }
]
Beta Was this translation helpful? Give feedback.
All reactions