diff --git a/gunicorn/config.py b/gunicorn/config.py index 81912c91..42d55624 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -923,6 +923,7 @@ class XForwardedFor(Setting): class ForwardedAllowIPS(Setting): name = "forwarded_allow_ips" section = "Server Mechanics" + cli = ["--forwarded-allow-ips"] meta = "STRING" validator = validate_string_to_list default = "127.0.0.1"