Add rift — self-hosted QUIC tunnel#248
Open
venkatkrishna07 wants to merge 1 commit into
Open
Conversation
rift is a self-hosted ngrok alternative built on QUIC. One binary on a VPS, one binary on the client — no accounts, no third-party in the request path. Distinguishing features vs. other entries in the list: - QUIC transport (TLS 1.3 in handshake, no head-of-line blocking between multiplexed tunnels, connection migration across networks) - Single binary for both server and client - Automatic TLS via Let's Encrypt (or pre-provisioned wildcard certs) - HTTP subdomains + TCP port tunnels over one connection - Supports MCP with both transparent and mcp aware mode - WebSockets work transparently Repo: https://github.com/venkatkrishna07/rift License: MIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rift is a self-hosted ngrok alternative built on QUIC. One binary on a VPS, one binary on the client — no accounts, no third-party in the request path.
Distinguishing features vs. other entries in the list:
Repo: https://github.com/venkatkrishna07/rift
License: MIT