diff --git a/dnscrypt/index.md b/dnscrypt/index.md index 2f941bd..c30755c 100644 --- a/dnscrypt/index.md +++ b/dnscrypt/index.md @@ -193,6 +193,10 @@ We'll be using `dnscrypt-proxy` for this section of the tutorial, which offers s 9. (Optional) Tinker with the configuration file. The file is extensively commented, and has a lot of stuff you can mess around with. + ```bash + root@localhost:/opt/dnscrypt-proxy# vim dnscrypt-proxy.toml + ``` + For example, you can enable/disable DoH or DNSCrypt at around line 68-72. By default, they both should be enabled like this: ```toml @@ -282,3 +286,7 @@ routes = [ { server_name='*', via=['*'] } ] ``` + +### DNS over Tor + +