mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 07:11:59 +01: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:
parent
facb03f1db
commit
a5a2048266
@ -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"
|
||||
|
||||
|
||||
####################################
|
||||
|
Loading…
Reference in New Issue
Block a user