This forwards http requests to dumbpipe
You give a node url like <ticket>.localhost:8080
or nodeid
.localhost:8000,
and the request will be forwarded to the dumbpipe command running under that
node id.
- Run local dev web server on port 3000:
npm run dev
> - Local: http://localhost:3000
- Run dumbpipe to make the above accessible
dumbpipe listen-tcp --host localhost:3000
- Run this tool
cargo run
> Listening on http://0.0.0.0:8080
- Access the website via a browser at
http://<ticket>.localhost:8080