Tunnel via Cloudflare to Any TCP Service

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Ockam

    Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.

  • We’ve been working on something (https://github.com/build-trust/ockam) that enables exactly this, among a whole host of other use cases. If you check out some of the code examples in the docs you’ll see how to setup a tunnel using the CLI.

    For other use cases there’s also the programming libraries (only Rust atm, though I was spiking a TypeScript/Node PoC this week) which might provide more flexibility. Personally I’m excited by the idea of being able to move this kind of secure by design connectivity all the way into the application layer though.

  • gofwd

    A cross-platform TCP port forwarder with Duo 2FA and Geo-IP integration

  • I wrote something tangentially related, but for single user.

    "gofwd" is a cross-platform TCP port forwarder with Duo 2FA and Geographic IP integration. Its use case is to help protect services when using a VPN is not possible. Before a connection is forwarded, the remote IP address is geographically checked against city, region (state), and/or country. Distance (in miles) can also be used. If this condition is satisfied, a Duo 2FA request can then be sent to a mobile device. The connection is only forwarded after Duo has verified the user.

    https://github.com/jftuga/gofwd

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sshd-cloudflared

    Access you work directory from anywhere using a Dockerised SSH daemon tunnelled through cloudflare. Debug your GitHub workflows with SSH tunnelled through cloudflare.

  • I wrote something similar to be able to run vscode against any remote machine. This was before vscode's own tunnels.

    https://github.com/efrecon/sshd-cloudflared

    It automatically runs a dockerised sshd to access your directory. The sshd is configured using your github's keys to protect access.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Alt to Ngrok, Written in Rust

    1 project | news.ycombinator.com | 6 Mar 2024
  • How we built a Swift app that uses Rust

    1 project | dev.to | 28 Dec 2023
  • Ockam is participating in Hacktoberfest - great opportunity for your first OSS contribution

    1 project | /r/programming | 6 Oct 2023
  • Participate in Hacktoberfest with Ockam!

    1 project | /r/hacktoberfest | 5 Oct 2023
  • Create End-to-End Channels in Rust with Ockam Routing

    1 project | dev.to | 4 Aug 2023