Auger: A CLI tool for making tunnels to localhost

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • auger

    Auger forwards TCP traffic from localhost to a server

  • I created a tool that forwards localhost traffic to a remote server. The server is self-hostable, but I also set up an instance at tnl.pub so you can, for example, run: ```auger client 8080 --to tnl.pub``` and you would be able to access your localhost port 8080 on tnl.pub.

  • bore

    🕳 bore is a simple CLI tool for making tunnels to localhost

  • Honestly didn't know about SSH tunnels lol. I was using https://github.com/ekzhang/bore and wanted to make an alternative with options that better suit my use case (deployed with caprover) and to learn more about networking. u/SleepingProcess made a good point that SSH may not always be available.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • frp

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

  • Take a look also onto popular, similar to yours project: frp

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