zshot/cliDownload

--server-bind-address

ValueIFADDR_OR_PATH
Default127.0.0.1

Interface address or Unix socket path the server listens on. The default is 127.0.0.1, which accepts only local connections. Bind 0.0.0.0 to accept connections on every interface, which is required to reach the server from another host or a container.

Pass a unix: path to listen on a Unix socket, for example unix:/run/zshot.sock. --server-bind-port does not apply to a socket and is rejected when combined with one.

Requires --server.