From 4bf24c2b189115824d970c747e787f2cceb459de Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 7 Jul 2026 13:06:55 +0100 Subject: [PATCH] mox_clientsettings: reverse proxy to mox --- make/vars.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/vars.mk b/make/vars.mk index c078b6e..8e7ed22 100644 --- a/make/vars.mk +++ b/make/vars.mk @@ -32,6 +32,7 @@ PORT_http := 8080 PORT_gemini := 1965 PORT_mox := 81 PORT_mox_autoconfig := $(PORT_mox) +PORT_mox_clientsettings := $(PORT_mox) PORT_mox_mta_sts := $(PORT_mox) PORT_smtp := 2500 PORT_vaultwarden := 9000