From 6e6fd973a402ef030c7cc8ad5f7c02f2b40bf925 Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:41:59 +0100 Subject: [PATCH] Remove duplicate in [dnscrypt-proxy.toml] file --- config/dnscrypt-proxy.toml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 9510739..87957be 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -851,26 +851,6 @@ direct_cert_fallback = false -############################### -# DNS64 # -############################### - -## DNS64 is a mechanism for synthesizing AAAA records from A records. -## It is used with an IPv6/IPv4 translator to enable client-server -## communication between an IPv6-only client and an IPv4-only server, -## without requiring any changes to either the IPv6 or the IPv4 node, -## for the class of applications that work through NATs. -## -## There are two options to synthesize such records: -## Option 1: Using a set of static IPv6 prefixes; -## Option 2: By discovering the IPv6 prefix from DNS64-enabled resolver. -## -## If both options are configured - only static prefixes are used. -## (Ref. RFC6147, RFC6052, RFC7050) -## -## Do not enable unless you know what DNS64 is and why you need it, or else -## you won't be able to connect to anything at all. - ############################### # DNS64 # ############################### @@ -906,6 +886,10 @@ direct_cert_fallback = false +######################################## + + + ######################################## # Static entries # ########################################