This commit is contained in:
cynthia 2025-06-04 14:15:19 +01:00
parent 87408e3765
commit b9a683f082

View file

@ -244,6 +244,8 @@ We'll be using `dnscrypt-proxy` for this section of the tutorial, which offers s
`dnscrypt-proxy` can be configured to connect through relays to send DNS queries to a resolver.
You can define routes with `routes` in `[anonymized_dns]` in the configuration file (which is located at line 869), which relays to use for a specific server.
You can look at a list of relays and resolvers to use at https://dnscrypt.info/public-servers/
For example, here's an example configuration routing DNS queries through either the `anon-cs-vancouver` or `anon-inconnu` relay to the `cs-ore` resolver.
```toml