en:desktop:services:dnscrypt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:desktop:services:dnscrypt [2021/11/26 21:04] – external edit 127.0.0.1en:desktop:services:dnscrypt [2022/01/08 09:43] – external edit 127.0.0.1
Line 1: Line 1:
-<markdown> +====== DNSCrypt ======
-DNSCrypt+
  
-## Install on your device+===== Install on your device =====
  
-Follow the [link](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation#os-specific-instructionsand select your operating system.  +Follow the [[https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation#os-specific-instructions|link]] and select your operating system.  
  
-### Config file 
  
-#### server_names+===== Config file =====
  
-Change your _dnscrypt-proxy.toml_ config file.  +Change your ''dnscrypt-proxy.toml'' config file.  
  
-`server_names = ['techsaviours.org']`+==== server_names ====
  
-#### Sources+<code> 
 +server_names = ['techsaviours.org'
 +</code> 
 + 
 + 
 +==== Sources ====
  
 Disable all Disable all
  
-`[sources]`+<code> 
 +[sources] 
 +</code>
  
-#### Anonymized DNS 
  
-Go to the bottom _routes [_ and add:  +==== Anonymized DNS ====
  
-```+Go to the bottom ''routes = ['' and add:   
 + 
 +<code>
 routes = [ routes = [
     { server_name='2.dnscrypt-cert.techsaviours.org', via=['sdns://gRI0NS4xMzIuMjQ1Ljk1OjQ0MzQ'] }     { server_name='2.dnscrypt-cert.techsaviours.org', via=['sdns://gRI0NS4xMzIuMjQ1Ljk1OjQ0MzQ'] }
 ] ]
-```+</code> 
  
-#### Static+==== Static ====
  
-Scroll down to the bottom and add the TECH **SAVIOURS** server in _static_ and _stamp_:  +Scroll down to the bottom and add the TECH **SAVIOURS** server in ''static'' and ''stamp'':  
  
-```+<code>
 [static.'techsaviours.org'] [static.'techsaviours.org']
     stamp = 'sdns://AQcAAAAAAAAAEjQ1LjEzMi4yNDUuOTU6NDQzNCAaKOG7s_XPRo0TVYMDCtgWPemMyDThFEe1os3q_As_UCAyLmRuc2NyeXB0LWNlcnQudGVjaHNhdmlvdXJzLm9yZw'     stamp = 'sdns://AQcAAAAAAAAAEjQ1LjEzMi4yNDUuOTU6NDQzNCAaKOG7s_XPRo0TVYMDCtgWPemMyDThFEe1os3q_As_UCAyLmRuc2NyeXB0LWNlcnQudGVjaHNhdmlvdXJzLm9yZw'
-```+</code>
  
 Restart the service or reconnect your client. Restart the service or reconnect your client.
-</markdown> 
  • en/desktop/services/dnscrypt.txt
  • Last modified: 2022/10/24 08:24
  • by 127.0.0.1