From d501be8da0085b0d0251aee862561e247ad97be0 Mon Sep 17 00:00:00 2001 From: paperluigis <72666727+paperluigis@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:44:39 +0500 Subject: [PATCH] fix a small oversight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c829f00..d713af70 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repo is the server component. If you are just looking for the CLI localtunn The default localtunnel client connects to the `localtunnel.me` server. You can, however, easily set up and run your own server. In order to run your own localtunnel server you must ensure that your server can meet the following requirements: * You can set up DNS entries for your `domain.tld` and `*.domain.tld` (or `sub.domain.tld` and `*.sub.domain.tld`). -* The server can accept incoming TCP connections for any non-root TCP port (i.e. ports over 1000). +* The server can accept incoming TCP connections for any non-root TCP port (i.e. ports over 1024). The above are important as the client will ask the server for a subdomain under a particular domain. The server will listen on any OS-assigned TCP port for client connections.