Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.44k stars 164 forks source link

Document wildcard for trusted_proxy #400

Closed fschulze closed 7 months ago

fschulze commented 1 year ago

The * option for trusted_proxy (#223) should be documented. I found it in the code while trying to debug my configuration. It would also be helpful if the source IP would be logged when log_untrusted_proxy_headers is in use.