An open API service indexing awesome lists of open source software.

https://github.com/litongjava/go-tcp-agent


https://github.com/litongjava/go-tcp-agent

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

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

启动命令
```shell
go-tcp-agent
```
读取的配置文件格式
proxy.config
```shell
3306 192.168.3.9 3306
6379 192.168.3.9 6379
```