README.md in envoy-proxy-0.0.12 vs README.md in envoy-proxy-0.0.14

- old
+ new

@@ -4,11 +4,11 @@ gem install envoy-proxy ## The client - envoyc [--key KEY] [--host HOST] [--tls] [--server SERVER] [[ADDRESS:]PORT] + envoy [--key KEY] [--host HOST] [--tls] [--server SERVER] [[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. @@ -19,11 +19,13 @@ You can connect multiple clients to the same host name. To help prevent abuse, each client must present the KEY. ## The server - envoys [--listen [HOST:]PORT] ZONE + envoyd [--key KEY] [--listen [HOST:]PORT] ZONE Starts a proxylocal-compatible server. Listens for HTTP requests on the specified host and port, which default to 0.0.0.0 and 8080. + +If KEY is specified, clients _must_ specify that key. The ZONE specifies the domain name suffix.