Skip to content

A TCP proxy that is so lazy that shuts down itself after a period of inactivity.

License

Notifications You must be signed in to change notification settings

losfair/lazyproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazyproxy

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.

Usage

export RUST_LOG=info
lazyproxy --listen :::8080 --target localhost:3000 --timeout-secs 60 --wait

About

A TCP proxy that is so lazy that shuts down itself after a period of inactivity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages