Fixed
TRUST_PROXYenvironment variable is now parsed correctly: numeric values like1are treated as a hop count (not an IP address), soreq.ipreturns the real client IP when running behind a reverse proxy such as Traefik or nginx. Subnet strings (e.g.172.16.0.0/12) and named values (loopback) continue to work as before..env.exampledocumentsTRUST_PROXYwith examples for Traefik/Docker setups.