Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy_go

golang端口代理

-g 生成配置文件模板

-c 指定配置文件目录

代理远端ip:port到本机指定port

proxyconfig:
- localport: 43306   # 本地端口
  remoteip: 192.168.1.100  # 远端ip
  remoteport: 3306   # 远端端口
  enable: false   # 是否启用
  network: tcp    # 协议类型
cd proxy 
go mod init proxy
go mod vendor
go mod tidy
go build

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages