rendezvous create
ockam rendezvous create [OPTIONS]
Start a Rendezvous server in foreground
Options
-
-f
,--foreground
(optional)
Run the node in foreground mode. This will block the current process until the node receives an exit signal (e.g., SIGINT, SIGTERM, CTRL+C, EOF) -
-e
,--exit-on-eof
(optional)
When running a node in foreground mode, exit the process when receiving EOF on stdin -
--child-process
(optional)
A flag to determine whether the current foreground node was started as a child process. This flag is only used internally and should not be set by the user -
--udp [UDP_SOCKET_ADDRESS]
(optional)
The address to bind the UDP listener to -
--healthcheck [TCP_SOCKET_ADDRESS]
(optional)
The address to bind the TCP listener to support healthcheck