Skip to content

Commit e44176e

Browse files
committed
feat: nodes connections command shows if connections are authenticated
[ci skip]
1 parent b5ff6da commit e44176e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nodes/CommandConnections.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class CommandAdd extends CommandPolykey {
5353
port: connection.port,
5454
timeout: connection.timeout,
5555
usageCount: connection.usageCount,
56+
authenticated: connection.authenticated,
5657
});
5758
}
5859
return connectionEntries;
@@ -77,6 +78,7 @@ class CommandAdd extends CommandPolykey {
7778
'port',
7879
'timeout',
7980
'usageCount',
81+
'authenticated',
8082
],
8183
includeHeaders: true,
8284
},

0 commit comments

Comments
 (0)