@@ -201,7 +201,7 @@ PKCS12 keystore).
201201
202202** --key=PATH** Path to certificate private key (PEM with private key).
203203
204- ** --storepass=PASS** Password for keystore (if using PKCS keystore,
204+ ** --storepass=PASS** Password for keystore (if using PKCS12 keystore,
205205optional).
206206
207207** --cacert=CACERT** Path to CA bundle file (PEM/X509). Uses system trust
@@ -290,8 +290,13 @@ unix:PATH).
290290** --target-status=""** Address to target for status checking downstream
291291healthchecks. Defaults to a TCP healthcheck if this flag is not passed.
292292
293- ** --proxy-protocol** Enable PROXY protocol v2 to signal connection info
294- to backend
293+ ** --proxy-protocol** Enable PROXY protocol v2 (connection info only,
294+ equivalent to --proxy-protocol-mode=conn).
295+
296+ ** --proxy-protocol-mode=PROXY-PROTOCOL-MODE** PROXY protocol v2 mode:
297+ conn (connection info only), tls (add TLS version/ALPN/SNI metadata),
298+ tls-full (add TLS metadata and client certificate). Mutually exclusive
299+ with --proxy-protocol.
295300
296301** --unsafe-target** If set, does not limit target to localhost,
297302127.0.0.1, \[ ::1\] , or UNIX sockets.
@@ -397,4 +402,4 @@ connections could drain.
397402
398403Website: * https://ghostunnel.dev *
399404
400- Project on GitHub: * https://github.com/ghostunnel/ghostunnel*
405+ Project on GitHub: * https://github.com/ghostunnel/ghostunnel *
0 commit comments