From a5a2048266fe9a5aaa0e92a23b7cc271876c629e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 15 Jun 2020 12:42:59 +0200 Subject: [PATCH] If the container is run in NAT mode, client IP addresses will be messed up So, disable my.ip in the Docker image --- encrypted-dns.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encrypted-dns.toml.in b/encrypted-dns.toml.in index a1347b9..53d377d 100644 --- a/encrypted-dns.toml.in +++ b/encrypted-dns.toml.in @@ -124,7 +124,7 @@ group = "_encrypted-dns" ## Queries sent to that name will return the client IP address. ## This can be very useful for debugging, or to check that relaying works. -my_ip = "my.ip" +# my_ip = "my.ip" ####################################