#tcp #networking #cli

app tcpforward

一个简单的TCP转发工具

4个版本

0.1.3 2021年8月20日
0.1.2 2021年6月28日
0.1.1 2021年5月3日
0.1.0 2021年4月24日

#163 in #tcp

GPL-3.0 许可证

18KB
79

tcpforward

A tcp 转发工具

使用方法

$ tcpforward -h
tcpforward 0.1.1
A simple tcp forwarding tool

USAGE:
    tcpforward --local-ip <local-ip> --local-port <local-port> --remote-ip <remote-ip> --remote-port <remote-port>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --local-ip <local-ip>          local ip
        --local-port <local-port>      local port
        --remote-ip <remote-ip>        remote ip
        --remote-port <remote-port>    remote port

依赖项

~5–12MB
~108K SLoC