From 3c8b1b64787a80ae92cbe7d2e9995d2e26a8f431 Mon Sep 17 00:00:00 2001 From: AriESQ <19827230+AriESQ@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:27:24 -0500 Subject: [PATCH 1/5] Change Heading, reorganize STUN entries. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3276d0a1..2489ff0b 100644 --- a/README.md +++ b/README.md @@ -1035,7 +1035,7 @@ 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 @@ -1044,8 +1044,9 @@ Table of Contents * [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). * [ngrok.com](https://ngrok.com/) — Expose locally running servers over a tunnel to a public URL. * [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 Session Traversal of User Datagram Protocol [UDP] Through Network Address Translators [NATs]) + * Twilio STUN -- [stun:global.stun.twilio.com:3478?transport=udp](stun:global.stun.twilio.com:3478?transport=udp) + * Google STUN -- [stun:stun.l.google.com:19302](stun:stun.l.google.com:19302) * [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. From 20b9f3bc31cf4ed3144c7a678ddf54d204f23283 Mon Sep 17 00:00:00 2001 From: AriESQ <19827230+AriESQ@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:33:21 -0500 Subject: [PATCH 2/5] Edit descriptions of Localhost.run, localtunnel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2489ff0b..299ce450 100644 --- a/README.md +++ b/README.md @@ -1040,8 +1040,8 @@ Table of Contents * [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. * [segment.com](https://segment.com/) — Hub to translate and route events to other third-party services. 100,000 events/month free * STUN Session Traversal of User Datagram Protocol [UDP] Through Network Address Translators [NATs]) From 14ca73bb4a97600c4e6728a27559ab7d1ef52b0d Mon Sep 17 00:00:00 2001 From: AriESQ <19827230+AriESQ@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:51:27 +0000 Subject: [PATCH 3/5] Sort alphabetically Tunneling section, fix em-dash --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 299ce450..c8599997 100644 --- a/README.md +++ b/README.md @@ -1039,18 +1039,18 @@ Table of Contents * [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/) — 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). + * [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 Session Traversal of User Datagram Protocol [UDP] Through Network Address Translators [NATs]) - * Twilio STUN -- [stun:global.stun.twilio.com:3478?transport=udp](stun:global.stun.twilio.com:3478?transport=udp) - * Google STUN -- [stun:stun.l.google.com:19302](stun:stun.l.google.com:19302) + * 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)** From e3141db28b0c8bd8812e2b43679f0f9711fe167c Mon Sep 17 00:00:00 2001 From: AriESQ <19827230+AriESQ@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:58:35 +0000 Subject: [PATCH 4/5] Fix tunnel anchor in TOC. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8599997..06dcef5d 100644 --- a/README.md +++ b/README.md @@ -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) From 5dce92a83652ade910394f31e08fd06ab2ce0fb1 Mon Sep 17 00:00:00 2001 From: AriESQ <19827230+AriESQ@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:17:36 -0500 Subject: [PATCH 5/5] Linked STUN to wikipedia definition. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06dcef5d..6adcf771 100644 --- a/README.md +++ b/README.md @@ -1044,7 +1044,7 @@ Table of Contents * [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 Session Traversal of User Datagram Protocol [UDP] Through Network Address Translators [NATs]) + * [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.