1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-04-26 11:45:19 +02:00

If the container is run in NAT mode, client IP addresses will be messed up

So, disable my.ip in the Docker image
This commit is contained in:
Frank Denis 2020-06-15 12:42:59 +02:00
parent facb03f1db
commit a5a2048266

View File

@ -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"
####################################