tailscale: Expose more peer info fields

This commit is contained in:
世界
2026-05-21 14:20:48 +08:00
parent 9afbd45d4b
commit 3bc481a845
6 changed files with 72 additions and 2 deletions
+4
View File
@@ -317,6 +317,10 @@ message TailscalePeer {
int64 txBytes = 10;
int64 keyExpiry = 11;
string stableID = 12;
bool expired = 13;
repeated string sshHostKeys = 14;
bool shareeNode = 15;
int64 lastSeen = 16;
}
message TailscalePingRequest {