文件名称:tcpproxy:TCP代理
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-02 01:14:52
JavaScript
TCPproxy:立即限制您的 TCP 连接!
$ npm install -g tcpproxy
默认命令将每个 TCP 连接延迟一秒并将端口 8080 重定向到 80:
$ tcpproxy -a www.google.com
Finish transfer! -- Time: 150 ms -- Client: 76 bytes -- Server: 18352 bytes
Finish transfer! -- Time: 160 ms -- Client: 76 bytes -- Server: 18310 bytes
您可以使用许多其他选项来限制连接,例如每 100 毫秒 10 个字节:
$ tcpproxy -a www.google.com --bps 10/100
其他选项:
-b, --bindAddress
【文件预览】:
tcpproxy-master
----index.js(2KB)
----package.json(519B)
----lib()
--------ThrottleTransform.js(1007B)
--------SocketProxy.js(3KB)
--------CountTransform.js(474B)
----README.md(1KB)