From 0ef4c926dc06180e826926c23a5e9baa2c89ea5b Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Wed, 23 Sep 2020 09:50:09 -0600 Subject: [PATCH] Improve the dream section --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 87910c2..13d98f0 100644 --- a/README.md +++ b/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 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.