Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-06-17 00:29:01 +02:00
padre b5e4b9a8ac
commit d59980046b
Se han modificado 10 ficheros con 1048 adiciones y 7 borrados

Ver fichero

@@ -19,6 +19,9 @@ for (let i = 0; i < args.length; i++) {
case '--bootstrap':
options.bootstrap = args[++i];
break;
case '--dashboard':
options.dashboardUrl = args[++i];
break;
case '--ice-servers':
try {
options.iceServers = JSON.parse(args[++i]);
@@ -49,6 +52,7 @@ Options:
--port <port> Port to listen on (default: random)
--id <id> Node ID (default: auto-generated)
--bootstrap <addr> Bootstrap node address (host:port)
--dashboard <url> Dashboard server URL (default: http://localhost:3000)
--ice-servers <json> ICE servers configuration (JSON array)
--config <file> Load configuration from JSON file
--help Show this help message