jetsung bore:使用 Rust 编写的内网穿透工具 A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less. https://github.com/ekzhang/bore
jetsung 自托管 解除防火墙的端口:7835 服务器端 # 可设置环境变量 # BORE_SECRET 密钥 # BORE_MIN_PORT 起始端口 # BORE_MAX_PORT 结束端口 bore server --secret SECRET_BORE --min-port 30001 --max-port 30998" 客户端 # 可设置环境变量 # BORE_SECRET 密钥 # BORE_SERVER 服务器域名或IP bore local 3000 --secret SECRET_BORE