This commit is contained in:
cynthia 2025-06-04 14:23:21 +01:00
parent b9a683f082
commit d45dfc02cf

View file

@ -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