Skip to content
/ Pen Public
forked from EslamElHusseiny/Pen

A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.

License

Notifications You must be signed in to change notification settings

henriklb/Pen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pen

A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.

Build Docker image

docker build -t pen:latest .

Run a container examples

docker run -d --name MyLB -e UDP_PORT=5050 -e UDP_BACKENDS='1.2.3.4 1.1.1.1'
docker run -d --name MyLB -e TCP_PORT=8080 -e TCP_BACKENDS='1.2.3.4 1.1.1.1'
docker run -d --name MyLB -e TCP_PORT=8080 -e TCP_BACKENDS='1.2.3.4 1.1.1.1' -e UDP_PORT=5050 -e UDP_BACKENDS='1.2.3.4 1.1.1.1'

TODO: write a description.

About

A load balancer for simple udp, tcp based protocols such as http or smtp for Unix.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 50.4%
  • Dockerfile 49.6%