[UPSTREAM] - Fix minor typo in example config

d8358b795f
This commit is contained in:
quindecim 2021-08-30 10:56:11 +02:00
parent f3d6b65539
commit 492629b6dd
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,7 @@ dnscrypt_ephemeral_keys = true
## Bootstrap resolvers
##
## These are normal, non-encrypted DNS resolvers, that will be only used
## for one-shot queries when retrieving the initial resolvers list and the
## for one-shot queries when retrieving the initial resolvers list and if
## the system DNS configuration doesn't work.
##
## No user queries will ever be leaked through these resolvers, and they will
@ -830,6 +830,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys
{ server_name='v.dnscrypt.uk-ipv4', via=['anon-kama', 'anon-scaleway'] },
{ server_name='zackptg5-us-il-ipv4', via=['anon-inconnu', 'anon-plan9-ns2'] },
{ server_name='zackptg5-us-pit-ipv4', via=['anon-inconnu', 'anon-plan9-ns2'] }
# { server_name='example-server-1', via=['anon-example-1', 'anon-example-2'] },
# { server_name='example-server-2', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
]