Improve the dream section

pull/2/head
Anders Pitman 2020-09-23 09:50:09 -06:00
rodzic 1942856c09
commit 0ef4c926dc
1 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

@ -7,19 +7,20 @@ like exposing a local webserver via a public address.
I started this list because I'm looking for a simple tool/service that does the
following:
* Allows me to register a domain name and set the records to point it at the
server.
* Automatically sets up HTTPS (apex and wildcard) for the domain.
* Allows me to register a domain name and automatically points the records at
the server running the tunnels.
* Automatically sets up and manages HTTPS certificates (apex and subdomains)
for the domain.
* Provides a client tool that tunnels TCP connects through the server without
requiring root on the client.
* Provides a web interface to allow me to map X domain/subdomain to Y port on
Z client, and proxy all connections to that domain.
* Provides a simple interface to allow me to map X domain/subdomain to Y port
on Z client, and proxy all connections to that domain.
So far I haven't found it.
So far I haven't found a tool that does all of this. In particular, while some
of them can do automatic certs through Lets's Encrypt, none of them integrate
the domain registration and DNS management.
# The list
# Open source
* [frp](https://github.com/fatedier/frp) [![frp github stars badge](https://img.shields.io/github/stars/fatedier/frp?style=flat)](https://github.com/fatedier/frp/stargazers) - Seems to be a pretty comprehensive open alternative to ngrok.