Comment on Forward IP headers in HAProxy to get the real IP of the client
BitPirate@feddit.de 1 year ago
Why are you running two HAProxy instances? You should be able to forward the traffic on your VPS to your homeserver with a firewall rule.
If that’s not an option, this should still be doable using the X-Forwarded-For
header. Instead of setting it to single value, you need to append to it:
nutbutter@discuss.tchncs.de 1 year ago
BitPirate@feddit.de 1 year ago
serverfault.com/a/1112627