Skip to content

Version 0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 22:17

New

  • Allow setting trustedProxies. When a request comes in from a trusted proxy's IP, rewinged will use the X-Forwarded-For and X-Real-Ip headers to determine the client IP to show in the request logs. Default behavior is no trusted proxies, same as before. See #8. Thanks @1kamma!

Changelog

  • 1fc1c2f Merge pull request #8 from 1kamma/main
  • d214ad9 remove regexp dep, formatting, rename parameter, nits
  • 23a0b32 added trusted proxy
  • 6cd61b6 get the ip from the header x-real-ip
  • 926f866 WIP: logging