From 1b8448ce24320cc1214b9749fa58d66b1d6383ae Mon Sep 17 00:00:00 2001 From: LocalXpose <38035449+LocalXpose@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:11:34 +0400 Subject: [PATCH 1/2] added localxpose.io (tunnel service) LocalXpose is a reverse proxy that enables you to expose your localhost servers to the internet. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98148571..f160a337 100644 --- a/README.md +++ b/README.md @@ -1150,8 +1150,9 @@ 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`). * [Hookdeck](https://hookdeck.com/pricing) — Develop, test and monitor your webhooks from a single place. 100K requests and 100K attempts per month with 3 days retention. * [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. - + * [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 + * [LocalXpose](https://localxpose.io) — Reverse proxy that enables you to expose your localhost servers to the internet. + **[⬆ back to top](#table-of-contents)** ## Issue Tracking and Project Management From 6d273114ef9723f3267ec81df865d2c78933c814 Mon Sep 17 00:00:00 2001 From: LocalXpose <38035449+LocalXpose@users.noreply.github.com> Date: Mon, 27 Jun 2022 15:45:33 +0400 Subject: [PATCH 2/2] update LocalXpose description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f160a337..a85129e0 100644 --- a/README.md +++ b/README.md @@ -1151,7 +1151,7 @@ Table of Contents * [Hookdeck](https://hookdeck.com/pricing) — Develop, test and monitor your webhooks from a single place. 100K requests and 100K attempts per month with 3 days retention. * [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 - * [LocalXpose](https://localxpose.io) — Reverse proxy that enables you to expose your localhost servers to the internet. + * [LocalXpose](https://localxpose.io) — Reverse proxy that enables you to expose your localhost servers to the internet. Free plan has 15 mintues tunnel life time. **[⬆ back to top](#table-of-contents)**