From 8c27027419dd87bdda6d6d61717527004a122254 Mon Sep 17 00:00:00 2001 From: 4-FLOSS-Free-Libre-Open-Source-Software <46166740+4-FLOSS-Free-Libre-Open-Source-Software@users.noreply.github.com> Date: Mon, 6 May 2019 23:25:26 +0200 Subject: [PATCH] fix duplicate section names onion-services sections is declared as public-resolvers --- v2/onion-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/onion-services.md b/v2/onion-services.md index bfa70644..77288777 100644 --- a/v2/onion-services.md +++ b/v2/onion-services.md @@ -11,7 +11,7 @@ The servers below are not accessible without Tor. To use that list, add this to the `[sources]` section of your `dnscrypt-proxy.toml` configuration file: - [sources.'public-resolvers'] + [sources.'onion-services'] urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/onion-services.md', 'https://download.dnscrypt.info/resolvers-list/v2/onion-services.md'] minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' cache_file = 'onion-services.md'