@@ -2342,7 +2342,7 @@ usage: -m [-h] [--tunnel-hostname TUNNEL_HOSTNAME] [--tunnel-port TUNNEL_PORT]
2342
2342
[--open-file-limit OPEN_FILE_LIMIT]
2343
2343
[--plugins PLUGINS [PLUGINS ...]] [--enable-dashboard]
2344
2344
[--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]
2346
2346
[--enable-proxy-protocol] [--enable-conn-pool] [--key-file KEY_FILE]
2347
2347
[--cert-file CERT_FILE] [--client-recvbuf-size CLIENT_RECVBUF_SIZE]
2348
2348
[--server-recvbuf-size SERVER_RECVBUF_SIZE]
@@ -2364,9 +2364,9 @@ usage: -m [-h] [--tunnel-hostname TUNNEL_HOSTNAME] [--tunnel-port TUNNEL_PORT]
2364
2364
[--filtered-client-ips FILTERED_CLIENT_IPS]
2365
2365
[--filtered-url-regex-config FILTERED_URL_REGEX_CONFIG]
2366
2366
2367
- proxy.py v2.4.3.dev14+gc6b2de6.d20220605
2367
+ proxy.py v2.4.4rc4.dev6+g4ee982a.d20221022
2368
2368
2369
- optional arguments :
2369
+ options :
2370
2370
-h, --help show this help message and exit
2371
2371
--tunnel-hostname TUNNEL_HOSTNAME
2372
2372
Default: None. Remote hostname or IP address to which
@@ -2383,11 +2383,11 @@ optional arguments:
2383
2383
--tunnel-remote-port TUNNEL_REMOTE_PORT
2384
2384
Default: 8899. Remote port which will be forwarded
2385
2385
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
2388
2388
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
2391
2391
handle each client connection.
2392
2392
--num-workers NUM_WORKERS
2393
2393
Defaults to number of CPU cores.
@@ -2441,6 +2441,8 @@ optional arguments:
2441
2441
Default: proxy.http.HttpProtocolHandler. Work klass to
2442
2442
use for work execution.
2443
2443
--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.
2444
2446
--enable-proxy-protocol
2445
2447
Default: False. If used, will enable proxy protocol.
2446
2448
Only version 1 is currently supported.
@@ -2483,8 +2485,8 @@ optional arguments:
2483
2485
Default: None. Signing certificate to use for signing
2484
2486
dynamically generated HTTPS certificates. If used,
2485
2487
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
2488
2490
path to custom CA bundle for peer certificate
2489
2491
verification
2490
2492
--ca-signing-key-file CA_SIGNING_KEY_FILE
0 commit comments