A TCP proxy that is so lazy that shuts down itself after a period of inactivity. Intended to be used in Fly.io Machines.
Inspired by tired-proxy but works on TCP instead of HTTP.
export RUST_LOG=info
lazyproxy --listen :::8080 --target localhost:3000 --timeout-secs 60 --wait