wiki/pages/en/desktop/services/dnscrypt.txt

48 lines
966 B
Plaintext

====== DNSCrypt ======
===== Install on your device =====
Follow the [[https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation#os-specific-instructions|link]] and select your operating system.
===== Config file =====
Change your ''dnscrypt-proxy.toml'' config file.
==== server_names ====
<code>
server_names = ['techsaviours.org']
</code>
==== Sources ====
Disable all
<code>
[sources]
</code>
==== Anonymized DNS ====
Go to the bottom ''routes = ['' and add:
<code>
routes = [
{ server_name='2.dnscrypt-cert.techsaviours.org', via=['sdns://gRI0NS4xMzIuMjQ1Ljk1OjQ0MzQ'] }
]
</code>
==== Static ====
Scroll down to the bottom and add the TECH **SAVIOURS** server in ''static'' and ''stamp'':
<code>
[static.'techsaviours.org']
stamp = 'sdns://AQcAAAAAAAAAEjQ1LjEzMi4yNDUuOTU6NDQzNCAaKOG7s_XPRo0TVYMDCtgWPemMyDThFEe1os3q_As_UCAyLmRuc2NyeXB0LWNlcnQudGVjaHNhdmlvdXJzLm9yZw'
</code>
Restart the service or reconnect your client.