From e89aee3ffd31a009f0402f4286db929f04ffba74 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 13 Mar 2024 15:06:58 -0500 Subject: [PATCH 1/2] Add frp-operator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e968df8..af4bafe 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ A lot of new tools have been developed since the list started, and many tools ha * [docker-wireguard-tunnel](https://github.com/DigitallyRefined/docker-wireguard-tunnel) [![ngtor github stars badge](https://img.shields.io/github/stars/DigitallyRefined/docker-wireguard-tunnel?style=flat)](https://github.com/DigitallyRefined/docker-wireguard-tunnel/stargazers) - Connect two or more Docker servers together sharing container ports between them via a WireGuard tunnel. * [ngtor](https://github.com/theborakompanioni/ngtor) [![ngtor github stars badge](https://img.shields.io/github/stars/theborakompanioni/ngtor?style=flat)](https://github.com/theborakompanioni/ngtor/stargazers) - Easily expose local services via Tor. Written in Java. * [Punchmole](https://github.com/Degola/punchmole/) [![punchmole github stars badge](https://img.shields.io/github/stars/Degola/punchmole?style=flat)](https://github.com/Degola/punchmole/stargazers) - Can be integrated directly into an existing Node.js project. Written in JavaScript. +* [frp-operator](https://github.com/zufardhiyaulhaq/frp-operator) [![frp-operator github stars badge](https://img.shields.io/github/stars/zufardhiyaulhaq/frp-operator?style=flat)](https://github.com/zufardhiyaulhaq/frp-operator/stargazers) - Kubernetes integration for [FRP](https://github.com/fatedier/frp). MIT License. Written in Go. + # Commercial/Closed source From 1ced468bf1a5dd1c30998e9e5d44073e347c28f8 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 13 Mar 2024 15:07:24 -0500 Subject: [PATCH 2/2] Remove extra whitespace --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index af4bafe..fda6fd6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,6 @@ A lot of new tools have been developed since the list started, and many tools ha * [frp-operator](https://github.com/zufardhiyaulhaq/frp-operator) [![frp-operator github stars badge](https://img.shields.io/github/stars/zufardhiyaulhaq/frp-operator?style=flat)](https://github.com/zufardhiyaulhaq/frp-operator/stargazers) - Kubernetes integration for [FRP](https://github.com/fatedier/frp). MIT License. Written in Go. - # Commercial/Closed source * [ngrok 2.0](https://ngrok.com/) - Probably the gold standard and most popular. Closed source. Lots of features, including TLS and TCP tunnels. Doesn't require root to run client.