From a0a3912b63e0e7d321c3e6e3bdaa24e7a7783e29 Mon Sep 17 00:00:00 2001 From: Fadlul Alim Date: Tue, 5 Oct 2021 20:07:31 +0700 Subject: [PATCH 1/2] Add Tailscale --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2daa43ac..8f084ec3 100644 --- a/README.md +++ b/README.md @@ -1026,6 +1026,7 @@ Table of Contents * [webhookrelay.com](https://webhookrelay.com) — Manage, debug, fan-out and proxy all your webhooks to public or internal (ie: localhost) destinations. Also, expose servers running in a private network over a tunnel by getting a public HTTP endpoint (`https://yoursubdomain.webrelay.io <----> http://localhost:8080`). * [Xirsys](https://www.xirsys.com) — Global network of STUN / TURN servers with a generous free tier. * [ZeroTier](https://www.zerotier.com) — FOSS managed virtual Ethernet as a service. Unlimited end-to-end encrypted networks of 100 clients on free plan. Clients for desktop/mobile/NA; web interface for configuration of custom routing rules and approval of new client nodes on private networks. + * [Tailscale](https://tailscale.com/) — Zero config VPN. Installs on any device, manages firewall rules. Run on MacOS, iOS, Windows, Linux, and Android. Free plan for personal use with 20 devices. **[⬆ back to top](#table-of-contents)** From e23024f493d5d7c4b06a7c9d46c1605847e0f295 Mon Sep 17 00:00:00 2001 From: Fadlul Alim Date: Tue, 5 Oct 2021 20:12:50 +0700 Subject: [PATCH 2/2] Fix Tailscale description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f084ec3..f9d81189 100644 --- a/README.md +++ b/README.md @@ -1026,7 +1026,7 @@ Table of Contents * [webhookrelay.com](https://webhookrelay.com) — Manage, debug, fan-out and proxy all your webhooks to public or internal (ie: localhost) destinations. Also, expose servers running in a private network over a tunnel by getting a public HTTP endpoint (`https://yoursubdomain.webrelay.io <----> http://localhost:8080`). * [Xirsys](https://www.xirsys.com) — Global network of STUN / TURN servers with a generous free tier. * [ZeroTier](https://www.zerotier.com) — FOSS managed virtual Ethernet as a service. Unlimited end-to-end encrypted networks of 100 clients on free plan. Clients for desktop/mobile/NA; web interface for configuration of custom routing rules and approval of new client nodes on private networks. - * [Tailscale](https://tailscale.com/) — Zero config VPN. Installs on any device, manages firewall rules. Run on MacOS, iOS, Windows, Linux, and Android. Free plan for personal use with 20 devices. + * [Tailscale](https://tailscale.com/) — Zero config VPN, using the open source WireGuard protocol. Installs on MacOS, iOS, Windows, Linux, and Android devices. Free plan for personal use with 20 devices. **[⬆ back to top](#table-of-contents)**