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.
This commit is contained in:
Stanislas Lange
2025-12-09 21:55:36 +01:00
parent 6b09270347
commit f9a544104e

View File

@@ -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.