Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 467 Bytes

File metadata and controls

15 lines (9 loc) · 467 Bytes

Simple

Concept: Getting Started.

The minimal working pair: a server with just a master token, and a client that forwards all traffic to a single local backend.

Run the server, then start the client next to its aperio.yaml:

aperio-server            # reads ./aperio-server.yaml
aperio-client            # reads ./aperio.yaml

Requests reaching https://tunnel.example.com are proxied to http://localhost:3000.