FR: Show public IP of a Device in RustDesk Console behind Reverse Proxy #472
Unanswered
cfrietschy
asked this question in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to see the correct public IP of a Device in the RustDesk Pro console when deploying hbbs, hbbr via Docker Compose behind an locally installed nginx reverse proxy? We only see the Docker host IP "172.18.0.1".
nginx is used as ssl termination proxy in front of 21114 and as udp/tcp "load balancer" in front of the other ports 21115-21119.
Perhaps with the PROXY protocol or a header for the web service, which can be set.
https://www.haproxy.com/blog/use-the-proxy-protocol-to-preserve-a-clients-ip-address
Beta Was this translation helpful? Give feedback.
All reactions