You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--ssl-allow-rc4 Allow RC4 cipher for SSL (disabled by default)
120
120
--ssl-dhparam <dhparam-file> SSL Diffie-Helman Parameters pem file, if any
@@ -142,18 +142,16 @@ Options:
142
142
--auto-rewrite Rewrite the Location header host/port in redirect responses
143
143
--change-origin Changes the origin of the host header to the target URL
144
144
--protocol-rewrite <proto> Rewrite the Location header protocol in redirect responses to the specified protocol
145
-
--custom-header <header> Custom header to add to proxied requests. Use same option for multiple headers (--custom-header k1:v1 --custom-header k2:v2)
146
-
(default: [])
145
+
--custom-header <header> Custom header to add to proxied requests. Use same option for multiple headers (--custom-header k1:v1 --custom-header k2:v2) (default: {})
147
146
--insecure Disable SSL cert verification
148
147
--host-routing Use host routing (host as first level of path)
149
-
--statsd-host <host> Host to send statsd statistics to
150
-
--statsd-port <port> Port to send statsd statistics to
151
-
--statsd-prefix <prefix> Prefix to use for statsd statistics
148
+
--metrics-ip <ip> IP for metrics server (default: "0.0.0.0")
149
+
--metrics-port <n> Port of metrics server. Defaults to no metrics server
0 commit comments