diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 13:06:55 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 13:06:55 +0100 |
| commit | 4bf24c2b189115824d970c747e787f2cceb459de (patch) | |
| tree | f72fe52e6ec38c085fd7f501c330add27a419b23 | |
| parent | 20b396effd7b25b0aeea838dba746d6a933035a2 (diff) | |
mox_clientsettings: reverse proxy to mox
| -rw-r--r-- | make/vars.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
