1 repository
Remote server implementations that authorize and manage encrypted tunnel connections via shared secrets.
Distinct from Secure Command Tunneling: Focuses on the server identity and authorization of tunnel connections, unlike command tunneling which focuses on restricting commands.
Explore 1 awesome GitHub repository matching web development · Secure Tunnel Servers. Refine with filters or upvote what's useful.
Bore is a TCP tunneling tool and localhost exposure utility used to route local TCP ports to public IP addresses. It functions as a TCP port forwarder that makes services running on a local machine accessible over the internet via a remote listener. The project includes a secure tunnel server implementation that manages incoming connections and routes traffic to connected local clients. It utilizes shared secret handshakes to authorize tunnel creation and restrict access to authorized users. The system provides capabilities for firewall bypass networking and remote tunnel hosting. It manages
Implements a remote server that uses shared secrets to authorize and manage incoming tunnel connections.