OptionalCLIENTWhether any clients are enabled. When false, the CLIENTS
array is ignored (server-only process).
OptionalCLIENTSThe relay clients to start. Every enabled entry is started in array order.
OptionalSERVERWhether to start the relay server in this process.
OptionalSERVER_Directory where TLS certificates are auto-generated when
SERVER_CERT_FILE is missing. Defaults to ./generated.
OptionalSERVER_Path to a cert.json (a IGeneratedCertificateFiles dump)
holding the CA, server, and client certificates. Auto-generated when
missing.
OptionalSERVER_Host the relay server binds to. Use 0.0.0.0 to accept remote peers.
OptionalSERVER_Port the relay server binds to. 0 selects a free port.
OptionalSERVER_When true, the relay server accepts TLS connections. Certificates are
loaded from SERVER_CERT_FILE (or auto-generated into
SERVER_CERT_DIR when missing). Clients must set
CONNECT_TO_TLS: true to connect.
File-based configuration for the
relay-proxyCLI command. The structure mirrors IProxyConfig: aSERVERblock plus aCLIENTSarray.Since
6.1.8
Version
2026-07-28