Add FerroTunnel to open source tunneling list#242
Draft
MitulShah1 wants to merge 1 commit into
Draft
Conversation
There was a problem hiding this comment.
Pull request overview
Adds FerroTunnel to the repository’s README list of open-source tunneling solutions, expanding the catalog of self-hostable/dev-focused tunneling options.
Changes:
- Add FerroTunnel entry (link + GitHub stars badge) to the “Open source” tunneling tools list.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * [chisel](https://github.com/jpillora/chisel) [](https://github.com/jpillora/chisel/stargazers) - SSH under the hood, but still uses a custom client binary. Supports auto certs from LetsEncrypt. Written in Go. | ||
| * [sshuttle](https://github.com/sshuttle/sshuttle) [](https://github.com/sshuttle/sshuttle/stargazers) - Open source project originally from one of the founders of Tailscale. Server doesn't require root; client does. Explicitly designed to avoid TCP-over-TCP issues. | ||
| * [rathole](https://github.com/rapiz1/rathole) [](https://github.com/rapiz1/rathole/stargazers) - Similar to frp, including the config format, but with improved performance. Low resource consumption. Hot reload. Written in Rust. | ||
| * [FerroTunnel](https://github.com/ferro-labs/ferrotunnel) [](https://github.com/ferro-labs/ferrotunnel/stargazers) - High-performance, embeddable reverse tunnel. Multiplexes streams over a single connection with HTTP routing by hostname, plugin system, gRPC tunneling, and optional QUIC transport. Library-first with builder APIs and CLI. Dashboard UI. MIT/Apache-2.0 License. Written in Rust. |
There was a problem hiding this comment.
License wording "MIT/Apache-2.0" is ambiguous (slash could be read as combined or dual-licensed). Consider rephrasing to a clearer form like "MIT or Apache-2.0" (common dual-license wording) or "MIT and Apache-2.0" to match the style used elsewhere in this list (e.g., "AGPL-3.0 and Apache-2.0 Licenses").
Suggested change
| * [FerroTunnel](https://github.com/ferro-labs/ferrotunnel) [](https://github.com/ferro-labs/ferrotunnel/stargazers) - High-performance, embeddable reverse tunnel. Multiplexes streams over a single connection with HTTP routing by hostname, plugin system, gRPC tunneling, and optional QUIC transport. Library-first with builder APIs and CLI. Dashboard UI. MIT/Apache-2.0 License. Written in Rust. | |
| * [FerroTunnel](https://github.com/ferro-labs/ferrotunnel) [](https://github.com/ferro-labs/ferrotunnel/stargazers) - High-performance, embeddable reverse tunnel. Multiplexes streams over a single connection with HTTP routing by hostname, plugin system, gRPC tunneling, and optional QUIC transport. Library-first with builder APIs and CLI. Dashboard UI. MIT or Apache-2.0 License. Written in Rust. |
2408906 to
d839ab8
Compare
Author
|
I saw 100 stars are minimum. so lets keep in draft i will make ready to review once i get 100 stars. |
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.
Adds FerroTunnel
to the "Open source" tunneling tools section.
FerroTunnel is a high-performance, embeddable reverse tunnel written in Rust. It multiplexes streams over a single connection with HTTP routing by hostname, a plugin system, gRPC tunneling, and optional QUIC transport. Dual-licensed under MIT or Apache-2.0.