Skip to content

litongjava/go-tcp-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tcp-agent

使用Go语言编写tcp代理的程序
1.监听端口,并将接收到的数据转发到指定的IP和端口
2.监听的端口,转发的主机和端口从配置文件中读取,支持多个

启动命令

go-tcp-agent

读取的配置文件格式
proxy.config

3306 192.168.3.9 3306
6379 192.168.3.9 6379

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages