mirror of
https://github.com/anderspitman/awesome-tunneling.git
synced 2024-11-22 08:03:51 +01:00
Improve the dream section
This commit is contained in:
parent
1942856c09
commit
0ef4c926dc
17
README.md
17
README.md
@ -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
|
I started this list because I'm looking for a simple tool/service that does the
|
||||||
following:
|
following:
|
||||||
|
|
||||||
* Allows me to register a domain name and set the records to point it at the
|
* Allows me to register a domain name and automatically points the records at
|
||||||
server.
|
the server running the tunnels.
|
||||||
* Automatically sets up HTTPS (apex and wildcard) for the domain.
|
* 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
|
* Provides a client tool that tunnels TCP connects through the server without
|
||||||
requiring root on the client.
|
requiring root on the client.
|
||||||
* Provides a web interface to allow me to map X domain/subdomain to Y port on
|
* Provides a simple interface to allow me to map X domain/subdomain to Y port
|
||||||
Z client, and proxy all connections to that domain.
|
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
|
# 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.
|
* [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.
|
||||||
|
Loading…
Reference in New Issue
Block a user