mirror of
https://github.com/anderspitman/awesome-tunneling.git
synced 2026-03-11 18:24:16 -05:00
Build your own tunnel #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0xdade on GitHub (Apr 15, 2024).
I'm just sharing this here because a handful of people are telling me about your list in response to my recent post about building my own tunnel solution.
I guess what differentiates my article is that there's nothing to install, really. It's a bash function on the client, a couple bash conditionals on the server, and an nginx server block. It's limited to HTTPS only (but I think could be modified to work for arbitrary TCP tunnels, just wasn't what I was after).
Love that there are so many other people excited about tunneling solutions and their wide variety of uses.
https://0xda.de/blog/2024/04/can-you-grok-it/
@anderspitman commented on GitHub (Apr 24, 2024):
Thanks @0xdade! I added your blog post to the references section in commit 4036304