nix-netboot-serve
nix-netboot-serve copied to clipboard
X_FORWARDED_FOR support in logs
Currently, the logs always show the locally bound address, but commonly instances will likely be reverse proxied for HTTPS support. This means the log will never show the correct remote IP address, which makes acting upon log entries difficult.
https://github.com/seanmonstar/warp/issues/553