Skip to content

Commit 2add754

Browse files
committed
Don't use real server names, because this is apparently confusing
1 parent 4824e91 commit 2add754

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -581,21 +581,23 @@ cache_neg_max_ttl = 600
581581
## A relay can be specified as a DNS Stamp (either a relay stamp, or a
582582
## DNSCrypt stamp), an IP:port, a hostname:port, or a server name.
583583
##
584-
## The following example routes "comodo-02" via `anon-kama` or `anon-ibksturm`,
585-
## and "quad9-dnscrypt-ip4-nofilter-pri" via the relay whose relay DNS stamp
584+
## The following example routes "example-server-1" via `anon-example-1` or `anon-example-2``,
585+
## and "example-server-2" via the relay whose relay DNS stamp
586586
## is "sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM".
587-
## These are just example routes. Review the list of available relays from the
588-
## "relays.md` file, and, for each server you want to use, define the relays you
589-
## want connections to go through.
587+
##
588+
## !!! THESE ARE JUST EXAMPLES !!!
589+
##
590+
## Review the list of available relays from the "relays.md` file, and, for each
591+
## server you want to use, define the relays you want connections to go through.
590592
##
591593
## Carefully choose relays and servers so that the are run by different entities.
592594
##
593595
## "server_name" can also be set to "*" to define a default route, but this is not
594596
## recommended. if you do so, keep "server_names" short and distinct from relays.
595597

596598
# routes = [
597-
# { server_name='comodo-02', via=['anon-kama', 'anon-ibksturm'] },
598-
# { server_name='quad9-dnscrypt-ip4-nofilter-pri', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
599+
# { server_name='example-server-1', via=['anon-example-1', 'anon-example-2'] },
600+
# { server_name='example-server-2', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
599601
# ]
600602

601603

0 commit comments

Comments
 (0)