Skip to content

bschuedzig/slowdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP proxy that allows to slow down connections.

Usage

# Start example nginx container
docker run -d --name nginx nginx

# Start TCP proxy
docker run \
    --cap-add NET_ADMIN \
    --link nginx \
    -p 9999:9999 \
    -e LISTEN=9999 \
    -e HOST=nginx \
    -e PORT=80 \
    -e DELAY=100ms \
    bschuedzig/slowdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published