Unable to see real client IP address for DoT/DoH #4652
-
Apologies This is not a bug or a feature request, but a help request: I am using dockerised adguard with nginx. Everything is working fine including DoT/DoH. My nginx is built with I have tried the following:
But I am not getting anywhere. I have the following in my AdGuardHome.yaml for trusted proxies:
Can someone please guide how to get the IP for DoT/DoH with nginx and dockered adguardhome? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
If the queries look like they're coming from |
Beta Was this translation helpful? Give feedback.
-
@prashantkamdar could you please show your full docker/docker-compose config? I have a problem described here and would like to refer your config. Thank you. |
Beta Was this translation helpful? Give feedback.
If the queries look like they're coming from
172.17.0.1
, consider adding that address to thetrusted_proxies
.