← Package directory
Available on winget

Install go-p2ptunnel

A P2P-based TCP intranet encrypted tunnel tool

Install with winget
winget install --id chenjia404.go-p2ptunnel
Upgrade
winget upgrade --id chenjia404.go-p2ptunnel
Uninstall
winget uninstall --id chenjia404.go-p2ptunnel

About go-p2ptunnel

Use libp2p to establish a TCP tunnel (does not support UDP). The underlying transmission can be implemented using QUIC, TCP, WebSocket, WebTransport. Use noise protocol to encrypt the transmission. Support NAT. Can be used in multi-layer combinations. If there is no public network IP, you can use the node ID to connect. In some situations, directly specify the IP and communication protocol to connect. The node private key is stored in .key files in the current directory, and the default file name is user.key. If it...