picoHz / taxy

A reverse proxy server with built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket, written in Rust.
https://taxy.dev/
MIT License
88 stars 6 forks source link

Send both forwarded and x-forwarded-for headers by default #92

Closed picoHz closed 3 weeks ago

picoHz commented 3 weeks ago

Update the header rewriter to include both forwarded and x-forwarded-for headers in all requests by default, ensuring proper handling of forwarded IP addresses. Remove the option to use standard forwarded headers. Adjust tests to reflect these changes.

Related to #85