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

So, disable my.ip in the Docker image
pull/89/head
Frank Denis 4 years ago
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…
Cancel
Save