Sha256: bcfbb19ef4be9354d8abbf7b61ffb4b938feded62b7769f15bd9954ade529dc3

Contents?: true

Size: 769 Bytes

Versions: 4

Compression:

Stored size: 769 Bytes

Contents

# Envoy

A clone of proxylocal. Both client and server are included.

    gem install envoy-proxy

## The client

    envoyc [--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.

By default, the service will be available on a randomly generated domain name.
e.g. 4iur.p45.eu. To specify the first component of the name, use the HOST
argument.

## The server

    envoys [--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.

The ZONE specifies the domain name suffix.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
envoy-proxy-0.0.10 README.md
envoy-proxy-0.0.9 README.md
envoy-proxy-0.0.8 README.md
envoy-proxy-0.0.7 README.md