From f9a544104e3d35a75760d7ff532de69784bb5604 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Tue, 9 Dec 2025 21:55:36 +0100 Subject: [PATCH] docs: add missing headless variables to README Add MULTI_CLIENT and DAYS_VALID to the documented headless install variables, matching what the script actually supports. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3256f84..4fe97ec 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ If you want to customise your installation, you can export them or specify them - `CUSTOMIZE_ENC=n` - `CLIENT=clientname` - `PASS=1` +- `MULTI_CLIENT=n` +- `DAYS_VALID=3650` If the server is behind NAT, you can specify its endpoint with the `ENDPOINT` variable. If the endpoint is the public IP address which it is behind, you can use `ENDPOINT=$(curl -4 ifconfig.co)` (the script will default to this). The endpoint can be an IPv4 or a domain.