Skip to main content

rathole - 高性能内网穿透工具(Rust)

  1. rathole - 高性能内网穿透工具(Rust)

    https://github.com/rathole-org/rathole

    rathole 是一个用 Rust 语言编写的安全、稳定、高性能的内网穿透(反向代理)工具,用于让 NAT 后的设备上的服务通过具有公网 IP 的服务器暴露在公网上。

    可以作为 frpngrok 的替代品。

    高性能:吞吐量远高于 frp 等工具,在高并发场景处理大量连接时更稳定
    低资源消耗:内存占用远低于同类工具
    安全性:每个服务单独强制鉴权。Server 和 Client 负责各自的配置。使用 Noise Protocol 可以简单地配置传输加密,而不需要自签证书。同时也支持 TLS。
    热重载:支持配置文件热重载,动态修改端口转发服务。HTTP API 正在开发中

    #Network #Tool #GitHub GitHub - rathole-org/rathole: A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative…
OKHK