登录 注册
当前位置:主页 > 资源下载 > 13 > TCP-over-WebSockets 实现了通过 WebSockets 隧道传输 TCP 的功能

TCP-over-WebSockets 实现了通过 WebSockets 隧道传输 TCP 的功能

  • 更新:2024-11-11 12:58:38
  • 大小:8KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

tcp-over-websockets 通过 WebSockets 隧道 TCP。 访问任何你想要的东西,即使是从一个只允许 HTTPS 的蹩脚 WiFi。 注意: 可能是同样的东西,但更好。 类似。 隧道客户端 使用 : npx tcp-over-websockets wss://example.org github.com:22 8022 或者手动安装: npm install -g tcp-over-websockets tcp-over-websockets wss://example.org github.com:22 8022 这将在localhost:8022上公开github.com:22 ,通过example.org的隧道服务器进行隧道传输。 像ssh -N -L 8022:github.com:22 user@example.org ,除了它是 TCP o