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.yamlRequests reaching https://tunnel.example.com are proxied to http://localhost:3000.