Merge pull request #2228 from AriESQ/stun-heading

Rename STUN heading to Tunnel, cleanup of section.
This commit is contained in:
R.I.Pienaar 2021-12-10 17:46:24 +01:00 committed by GitHub
commit 20a34ab058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ Table of Contents
* [Security and PKI](#security-and-pki)
* [Source Code Repos](#source-code-repos)
* [Storage and Media Processing](#storage-and-media-processing)
* [STUN, WebRTC, Web Socket Servers and Other Routers](#stun-webrtc-web-socket-servers-and-other-routers)
* [Tunneling, WebRTC, Web Socket Servers and Other Routers](#tunneling-webrtc-web-socket-servers-and-other-routers)
* [Testing](#testing)
* [Tools for Teams and Collaboration](#tools-for-teams-and-collaboration)
* [Translation Management](#translation-management)
@ -1036,21 +1036,22 @@ Table of Contents
**[⬆ back to top](#table-of-contents)**
## STUN, WebRTC, Web Socket Servers and Other Routers
## Tunneling, WebRTC, Web Socket Servers and Other Routers
* [conveyor.cloud](https://conveyor.cloud/) — Visual Studio extension to expose IIS Express to the local network or over a tunnel to a public URL.
* [Hamachi](https://www.vpn.net/) — LogMeIn Hamachi is a hosted VPN service that lets you securely extend LAN-like networks to distributed teams with free plan allows unlimited networks with up to 5 peoples
* [Radmin VPN](https://www.radmin-vpn.com/) - Connect multiple computers together via a VPN enabling LAN-like networks. Unlimited peers. (Hamachi alternative)
* [localhost.run](https://localhost.run/) — Instantly share your localhost environment! No download required. Run your app on port 8080 and then run this command and share the URL.
* [localtunnel](https://theboroer.github.io/localtunnel-www/) - Easily share a web service on your local development machine to a public internet URL without messing with DNS and firewall settings. Similar to Ngrok. In addition to the free hosted version, it is also [open source](https://github.com/localtunnel/localtunnel).
* [localhost.run](https://localhost.run/) — Expose locally running servers over a tunnel to a public URL.
* [localtunnel](https://theboroer.github.io/localtunnel-www/) — Expose locally running servers over a tunnel to a public URL. Free hosted version, and [open source](https://github.com/localtunnel/localtunnel).
* [ngrok.com](https://ngrok.com/) — Expose locally running servers over a tunnel to a public URL.
* [Radmin VPN](https://www.radmin-vpn.com/) — Connect multiple computers together via a VPN enabling LAN-like networks. Unlimited peers. (Hamachi alternative)
* [segment.com](https://segment.com/) — Hub to translate and route events to other third-party services. 100,000 events/month free
* [stun:global.stun.twilio.com:3478?transport=udp](stun:global.stun.twilio.com:3478?transport=udp) — Twilio STUN
* [stun:stun.l.google.com:19302](stun:stun.l.google.com:19302) — Google STUN
* [STUN](https://en.wikipedia.org/wiki/STUN) — Session Traversal of User Datagram Protocol [UDP] Through Network Address Translators [NATs])
* Google STUN — [stun:stun.l.google.com:19302](stun:stun.l.google.com:19302)
* Twilio STUN — [stun:global.stun.twilio.com:3478?transport=udp](stun:global.stun.twilio.com:3478?transport=udp)
* [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.
* [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, 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)**