.TH LINEA-CALIENTE 1 "2025-08-26" "1.0.0" "Linea Caliente Manual" .SH NAME linea-caliente \- hotline protocol server written in rust. .SH SYNOPSIS .B linea-caliente [\fB\-l\fP|\fB\-\-listen\-address\fP=\fIADDRESS\fP] [\fB\-\-help\fP] .SH DESCRIPTION .PP linea-caliente is a hotline protocol server that lets you run your own hotline communities. .SH OPTIONS .TP .BR \-l ", " \-\-listen\-address =\fIADDRESS\fP Set the listener address (default: 127.0.0.1:6666). The address should be in the format
: where
can be an IPv4 or IPv6 address (eg. 127.0.0.1:5500, or [::1]:5500). .TP .BR \-\-help Display usage information and exit. .SH VERSION .BR 1.0.0 .SH HOMEPAGE .I https://r.bdr.sh/hotline.html .SH AUTHORS \ Rubén Beltrán del Río <\fIlinea.caliente@r.bdr.sh\fP>