diff options
author | KieranRobson <kieranrobson1999@gmail.com> | 2022-08-10 15:00:41 +0000 |
---|---|---|
committer | KieranRobson <kieranrobson1999@gmail.com> | 2022-08-10 15:00:41 +0000 |
commit | 2fbc4766b9a5033575643887bf36db368be5a34f (patch) | |
tree | b33b0cc61d4b3efbb6f728db69afd8549ee404ab | |
parent | Fixed title to Gateways (diff) | |
download | awesome-selfhosted-2fbc4766b9a5033575643887bf36db368be5a34f.tar.gz awesome-selfhosted-2fbc4766b9a5033575643887bf36db368be5a34f.zip |
Added Gateway description
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1056,6 +1056,8 @@ Utilities for managing game servers. **[`^ back to top ^`](#)** +A [gateway](https://en.wikipedia.org/wiki/Gateway_(telecommunications)) is a piece of networking hardware or software used in telecommunications networks that allows data to flow from one discrete network to another. + - [Firezone](https://www.firezone.dev/) - Self-hosted secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO. ([Source Code](https://github.com/firezone/firezone)) `Apache-2.0` `Elixir` - [Guacamole](https://guacamole.apache.org) - Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. ([Source Code](https://github.com/glyptodon/)) `Apache-2.0` `Java/C` - [ShellHub](https://www.shellhub.io) - ShellHub is a modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface, designed as an alternative to sshd. ([Source Code](https://github.com/shellhub-io/shellhub)) `Apache-2.0` `Go/Other` |