Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document wildcard support for trusted_proxy #431

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ trusted_proxy

For unix sockets, set this value to ``localhost`` instead of an IP address.

The value ``*`` (wildcard) may be used to signify that all remote peers are
to be trusted.

.. warning::
Using the wildcard is a security issue if Waitress is receiving
connections from untrusted locations as well as trusted locations. Make
sure that waitress is adequately deployed behind an additional layer of
security, such as a firewall only allowing traffic from known proxies.

Default: ``None``

trusted_proxy_count
Expand Down