@@ -2342,7 +2342,7 @@ usage: -m [-h] [--tunnel-hostname TUNNEL_HOSTNAME] [--tunnel-port TUNNEL_PORT]
23422342 [--open-file-limit OPEN_FILE_LIMIT]
23432343 [--plugins PLUGINS [PLUGINS ...]] [--enable-dashboard]
23442344 [--basic-auth BASIC_AUTH] [--enable-ssh-tunnel]
2345- [--work-klass WORK_KLASS] [--pid-file PID_FILE]
2345+ [--work-klass WORK_KLASS] [--pid-file PID_FILE] [--openssl OPENSSL]
23462346 [--enable-proxy-protocol] [--enable-conn-pool] [--key-file KEY_FILE]
23472347 [--cert-file CERT_FILE] [--client-recvbuf-size CLIENT_RECVBUF_SIZE]
23482348 [--server-recvbuf-size SERVER_RECVBUF_SIZE]
@@ -2364,9 +2364,9 @@ usage: -m [-h] [--tunnel-hostname TUNNEL_HOSTNAME] [--tunnel-port TUNNEL_PORT]
23642364 [--filtered-client-ips FILTERED_CLIENT_IPS]
23652365 [--filtered-url-regex-config FILTERED_URL_REGEX_CONFIG]
23662366
2367- proxy.py v2.4.3.dev14+gc6b2de6.d20220605
2367+ proxy.py v2.4.4rc4.dev6+g4ee982a.d20221022
23682368
2369- optional arguments :
2369+ options :
23702370 -h, --help show this help message and exit
23712371 --tunnel-hostname TUNNEL_HOSTNAME
23722372 Default: None. Remote hostname or IP address to which
@@ -2383,11 +2383,11 @@ optional arguments:
23832383 --tunnel-remote-port TUNNEL_REMOTE_PORT
23842384 Default: 8899. Remote port which will be forwarded
23852385 locally for proxy.
2386- --threadless Default: False . Enabled by default on Python 3.8+
2387- (mac, linux). When disabled a new thread is spawned to
2386+ --threadless Default: True . Enabled by default on Python 3.8+ (mac,
2387+ linux). When disabled a new thread is spawned to
23882388 handle each client connection.
2389- --threaded Default: True . Disabled by default on Python < 3.8 and
2390- windows. When enabled a new thread is spawned to
2389+ --threaded Default: False . Disabled by default on Python < 3.8
2390+ and windows. When enabled a new thread is spawned to
23912391 handle each client connection.
23922392 --num-workers NUM_WORKERS
23932393 Defaults to number of CPU cores.
@@ -2441,6 +2441,8 @@ optional arguments:
24412441 Default: proxy.http.HttpProtocolHandler. Work klass to
24422442 use for work execution.
24432443 --pid-file PID_FILE Default: None. Save "parent" process ID to a file.
2444+ --openssl OPENSSL Default: openssl. Path to openssl binary. By default,
2445+ assumption is that openssl is in your PATH.
24442446 --enable-proxy-protocol
24452447 Default: False. If used, will enable proxy protocol.
24462448 Only version 1 is currently supported.
@@ -2483,8 +2485,8 @@ optional arguments:
24832485 Default: None. Signing certificate to use for signing
24842486 dynamically generated HTTPS certificates. If used,
24852487 must also pass --ca-key-file and --ca-signing-key-file
2486- --ca-file CA_FILE Default: /Users/abhinavsingh/Dev/proxy.py/venv373 /lib/
2487- python3.7 /site-packages/certifi/cacert.pem. Provide
2488+ --ca-file CA_FILE Default: /Users/abhinavsingh/Dev/proxy.py/.venv /lib/py
2489+ thon3.10 /site-packages/certifi/cacert.pem. Provide
24882490 path to custom CA bundle for peer certificate
24892491 verification
24902492 --ca-signing-key-file CA_SIGNING_KEY_FILE
0 commit comments