As I understand, fabio supports incoming proxy protocol connections.
What about outgoing connections?
CLIENT (ip 1.2.3.4) ---> Fabio (ip 5.6.7.8) ---> webserver (ip 9.10.11.12)
For now, webserver sees requests originating from ip 5.6.7.8 not from client ip 1.2.3.4.
I know, there are x-forwarded-for headers...
Since nginx supports incoming proxy protocol connections, would be nice if fabio could provide that output with http and tcp.
As I understand, fabio supports incoming proxy protocol connections.
What about outgoing connections?
CLIENT (ip 1.2.3.4) ---> Fabio (ip 5.6.7.8) ---> webserver (ip 9.10.11.12)
For now, webserver sees requests originating from ip 5.6.7.8 not from client ip 1.2.3.4.
I know, there are x-forwarded-for headers...
Since nginx supports incoming proxy protocol connections, would be nice if fabio could provide that output with http and tcp.