Skip to content

Commit 4bf0872

Browse files
committed
Add new socket CLI options to readme
1 parent de25eab commit 4bf0872

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Options:
111111
-V, --version output the version number
112112
--ip <ip-address> Public-facing IP of the proxy
113113
--port <n> (defaults to 8000) Public-facing port of the proxy
114+
--socket <path> Path to a UNIX domain socket for the proxy to listen on. Alternative to specifying IP and port.
114115
--ssl-key <keyfile> SSL key to use, if any
115116
--ssl-cert <certfile> SSL certificate to use, if any
116117
--ssl-ca <ca-file> SSL certificate authority, if any
@@ -122,6 +123,7 @@ Options:
122123
--ssl-dhparam <dhparam-file> SSL Diffie-Helman Parameters pem file, if any
123124
--api-ip <ip> Inward-facing IP for API requests (default: "localhost")
124125
--api-port <n> Inward-facing port for API requests (defaults to --port=value+1)
126+
--api-socket <path> Path to a UNIX domain socket for the API to listen on. Alternative to specifying API IP and port.
125127
--api-ssl-key <keyfile> SSL key to use, if any, for API requests
126128
--api-ssl-cert <certfile> SSL certificate to use, if any, for API requests
127129
--api-ssl-ca <ca-file> SSL certificate authority, if any, for API requests
@@ -149,6 +151,7 @@ Options:
149151
--host-routing Use host routing (host as first level of path)
150152
--metrics-ip <ip> IP for metrics server (default: "")
151153
--metrics-port <n> Port of metrics server. Defaults to no metrics server
154+
--metrics-socket <path> Path to a UNIX domain socket for the metrics server to listen on. Alternative to specifying metrics IP and port.
152155
--log-level <loglevel> Log level (debug, info, warn, error) (default: "info")
153156
--timeout <n> Timeout (in millis) when proxy drops connection for a request.
154157
--proxy-timeout <n> Timeout (in millis) when proxy receives no response from target.

0 commit comments

Comments
 (0)