From 95902e77352238509be7a85c6e06e509745b5394 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Mon, 8 Sep 2025 10:52:18 -0500 Subject: [PATCH] Testing vpn paths. --- src/controllers/vpn.controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/vpn.controller.js b/src/controllers/vpn.controller.js index 374c8be..6f7b04a 100644 --- a/src/controllers/vpn.controller.js +++ b/src/controllers/vpn.controller.js @@ -87,6 +87,7 @@ module.exports = { stream.on( 'close', ( code ) => { conn.end(); if (code === 0) { + console.log(output); const lines = output.split( '\n' ); const sIndex = lines.findIndex( line => line.startsWith( 'Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since' ) ); const eIndex = lines.findIndex( line => line.startsWith( 'ROUTING TABLE' ) ); -- 2.43.0