pull/1/head
Anders Pitman 2020-09-17 12:59:04 -06:00
rodzic 8ab5e89ddd
commit d7b2c73407
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,20 @@ The purpose of this list is to track and compare tunneling solutions. This is
primarily targeting toward developers and self-hosters who want to do things
like exposing a local webserver via a public address.
# The dream
I started this list because I'm looking for a simple tool/service that does the
following:
* Allows me to register a domain name.
* Automatically sets up HTTPS (apex and wildcard) 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.
So far I haven't found it so I've started building it myself.
# Things to look out for when comparing solutions