Update to 2.0.29-beta-3
- Don't use real server names, because this is apparently confusing - Sorted resolvers to match alphabetical order
This commit is contained in:
parent
73b0e81068
commit
e1db89af46
|
@ -572,12 +572,14 @@ cache_neg_max_ttl = 600
|
|||
## A relay can be specified as a DNS Stamp (either a relay stamp, or a
|
||||
## DNSCrypt stamp), an IP:port, a hostname:port, or a server name.
|
||||
##
|
||||
## The following example routes "comodo-02" via `anon-kama` or `anon-ibksturm`,
|
||||
## and "quad9-dnscrypt-ip4-nofilter-pri" via the relay whose relay DNS stamp
|
||||
## The following example routes "example-server-1" via `anon-example-1` or `anon-example-2``,
|
||||
## and "example-server-2" via the relay whose relay DNS stamp
|
||||
## is "sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM".
|
||||
## These are just example routes. Review the list of available relays from the
|
||||
## "relays.md` file, and, for each server you want to use, define the relays you
|
||||
## want connections to go through.
|
||||
##
|
||||
## !!! THESE ARE JUST EXAMPLES !!!
|
||||
##
|
||||
## Review the list of available relays from the "relays.md` file, and, for each
|
||||
## server you want to use, define the relays you want connections to go through.
|
||||
##
|
||||
## Carefully choose relays and servers so that the are run by different entities.
|
||||
##
|
||||
|
@ -585,18 +587,18 @@ cache_neg_max_ttl = 600
|
|||
## recommended. if you do so, keep "server_names" short and distinct from relays.
|
||||
|
||||
routes = [
|
||||
{ server_name='charis', via=['anon-kama', 'anon-suami'] },
|
||||
{ server_name='dnscrypt.nl-ns0', via=['anon-charis', 'anon-kama'] },
|
||||
{ server_name='dnscrypt.uk-ipv4', via=['anon-kama', 'anon-suami'] },
|
||||
{ server_name='dnscrypt.eu-dk', via=['anon-charis', 'anon-kama'] },
|
||||
{ server_name='dnscrypt.eu-nl', via=['anon-charis', 'anon-suami'] },
|
||||
{ server_name='dnswarden-dc1', via=['anon-charis', 'anon-kama'] },
|
||||
{ server_name='dnswarden-dc2', via=['anon-charis', 'anon-kama'] },
|
||||
{ server_name='charis', via=['anon-kama', 'anon-suami'] },
|
||||
{ server_name='publicarray-au', via=['anon-charis', 'anon-tiarap'] },
|
||||
{ server_name='publicarray-au2', via=['anon-charis', 'anon-tiarap'] },
|
||||
{ server_name='scaleway-fr', via=['anon-kama', 'anon-suami'] },
|
||||
{ server_name='suami', via=['anon-kama', 'anon-scaleway'] }
|
||||
# { server_name='quad9-dnscrypt-ip4-nofilter-pri', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
|
||||
# { server_name='example-server-2', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
|
||||
]
|
||||
|
||||
|
||||
|
@ -606,4 +608,4 @@ cache_neg_max_ttl = 600
|
|||
[static]
|
||||
|
||||
# [static.'myserver']
|
||||
# stamp = 'sdns:AQcAAAAAAAAAAAAQMi5kbnNjcnlwdC1jZXJ0Lg'
|
||||
# stamp = 'sdns:AQcAAAAAAAAAAAAQMi5kbnNjcnlwdC1jZXJ0Lg'
|
Loading…
Reference in New Issue