README.md in envoy-proxy-0.1.1 vs README.md in envoy-proxy-0.1.2
- old
+ new
@@ -4,11 +4,11 @@
gem install envoy-proxy
## The client
- envoy [--key KEY] [--host HOST] [--tls] [--server SERVER] [[ADDRESS:]PORT]
+ envoy [--key KEY] [--host HOST] [--tls] [--server SERVER] [--log FILE] [[ADDRESS:]PORT]
Makes the HTTP* service running at ADDRESS:PORT available via a proxylocal
service running on SERVER. The default server is p45.eu, and the default address
and port are 127.0.0.1 and 80.
@@ -51,9 +51,10 @@
verbose Be noisy false
command A command to run if a local connection is refused None
delay Number of seconds to wait before reconnecting, 1
after starting a command
dir A directory to change to None
+ log A file to log to /dev/stderr
If no host is specified, a random one is selected by the server.
If no local port is specified, a random one is selected by the client.
The command is processed for % substitions against the configuration hash,
including any randomly selected local port.