From b32ffbb807db8b62e289ab8a88503989cefea5dd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 8 Jun 2020 18:59:39 +0200 Subject: [PATCH] Discourage from blindly using dns64 --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 49f392cc..b7318885 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -710,6 +710,9 @@ skip_incompatible = false ## ## 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]