From 166d1e68f63d90bd40ab1f7c66ebd7e640fd821b Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sat, 22 Oct 2022 20:16:14 -0400 Subject: [PATCH] Recommend Caddy in README [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e7c6f4..55233ff 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ You can use the [Redirector](https://github.com/einaregilsson/Redirector) extens ## Install rimgo can run on any platform Go compiles on. +> It is strongly recommended to use [Caddy](https://caddyserver.com/) as your reverse proxy. Caddy is simple to configure, automatically manages your TLS certificates, and provides better performance with support for HTTP/2 and /3 (allow UDP port 443 in your firewall to use HTTP/3). + ### Docker (recommended) Install [Docker](https://docs.docker.com/engine/install/) and [docker-compose](https://docs.docker.com/compose/install/), then clone this repository. ```