Skip to content

A TCP ReverseProxy implemented by Netty 4.*, just tested with SSH, easy to modify and integrate

License

Notifications You must be signed in to change notification settings

draculavlad/NettyReverseProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NettyReverseProxy

build

mvn clean package -DskipTests

build docker container

docker build -t jacob/netty-proxy-service .

run container

docker run -itd -e --name=$c_name exec_args="$remoteIp $remotePort 0.0.0.0 $localPort" jacob/netty-proxy-service

About

A TCP ReverseProxy implemented by Netty 4.*, just tested with SSH, easy to modify and integrate

Resources

License

Stars

Watchers

Forks

Packages

No packages published