@@ -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