From 5e0dd7570f359ae7bfdbaf7d69f0dc96bcbce86a Mon Sep 17 00:00:00 2001 From: quindecim Date: Tue, 8 Jun 2021 10:29:14 +0200 Subject: [PATCH] [UPSTREAM] - fallback -> bootstrap https://github.com/DNSCrypt/dnscrypt-proxy/commit/9ebb90b22edd98bf469589f4b0a730a76b34a3c4 --- config/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index f2a9bf1..dd4c436 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -244,7 +244,7 @@ dnscrypt_ephemeral_keys = true bootstrap_resolvers = ['91.239.100.100:53'] -## Always use the fallback resolver before the system DNS settings. +## Always use the bootstrap resolver before the system DNS settings. ignore_system_dns = true