connet is a peer-to-peer (p2p) reverse proxy designed for NAT traversal. Inspired by tools like ngrok, frp, and rathole, connet allows services on one device to be accessed by another device over the internet securely and privately. It involves running the connet client on both the source and destination devices, which ensures that communication is private and often direct. The tool supports relay operations for cases where a direct connection isn't possible, uses TLS for encryption, and can be embedded within other Golang programs. connet is currently in alpha, suggesting possible changes and issues.
Sort: