You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would assist in passing forward the original requesting IP address instead of the host proxy which is useful in my case where I am load-balancing 3 separate pi-holes and would like the request tracking.
The text was updated successfully, but these errors were encountered:
Without the proxy_bind $remote_addr:53 transparent; and proxy_responses set to 1 I am able to receive dns queries; however they look like they're coming from the load balancer themselves. I would like the upstream servers to be aware of the client that is making the request.
https://www.nginx.com/blog/ip-transparency-direct-server-return-nginx-plus-transparent-proxy/#ip-transparency
This would assist in passing forward the original requesting IP address instead of the host proxy which is useful in my case where I am load-balancing 3 separate pi-holes and would like the request tracking.
The text was updated successfully, but these errors were encountered: