From 492629b6dd791b0ce960b88727331a0c11fe6132 Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 30 Aug 2021 10:56:11 +0200 Subject: [PATCH] [UPSTREAM] - Fix minor typo in example config https://github.com/DNSCrypt/dnscrypt-proxy/commit/d8358b795f0bf60b5d8166a1b5c4a8ea3a6f41d4 --- config/dnscrypt-proxy.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 2295a4f..380c63b 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -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'] } ]