From 528e322f842feb293bf6ae831ace35ee48addab5 Mon Sep 17 00:00:00 2001 From: Peter Alexander Charles Oliver Date: Fri, 26 Feb 2021 18:58:30 -0300 Subject: [PATCH] New tunnel pgrok --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f724c1..5bfa799 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ DNS management, and that's planned. # Open source (at least with a reasonably permissive license) +* [pgrok](https://github.com/jerson/pgrok) - Fork from ngrok 1.0 work very well ngrok. Download the [release](https://github.com/jerson/pgrok/releases) from github and look in this [website](https://www.proxy.jetzt/) to see how to work. + * [frp](https://github.com/fatedier/frp) [![frp github stars badge](https://img.shields.io/github/stars/fatedier/frp?style=flat)](https://github.com/fatedier/frp/stargazers) - Seems to be a pretty comprehensive open alternative to ngrok. * [ngrok 1.0](https://github.com/inconshreveable/ngrok) [![ngrok 1.0 github stars badge](https://img.shields.io/github/stars/inconshreveable/ngrok?style=flat)](https://github.com/inconshreveable/ngrok/stargazers) - Original version of ngrok. No longer developed in favor of the commercial 2.0 version. * [localtunnel](https://github.com/localtunnel) [![localtunnel github stars badge](https://img.shields.io/github/stars/localtunnel/localtunnel?style=flat)](https://github.com/localtunnel/localtunnel/stargazers) - Written in node. Popular suggestion.