# go_tcp_forward **Repository Path**: bitosky/go_tcp_forward ## Basic Information - **Project Name**: go_tcp_forward - **Description**: golang 实现的 TCP 转发小工具 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-08 - **Last Updated**: 2023-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README 2020-11-7 23:20:53 ```go const helpString = ` (以下使用 EXE 指代可执行文件名) 获取帮助信息: - EXE - EXE -h | --help | help 如何使用: 第一个参数为服务地址(如 0.0.0.0:10250),第二个参数为转发地址(如 127.0.0.1:10255) 例如: EXE 0.0.0.0:10250 127.0.0.1:10255 EXE :10250 :10255 ` ```