1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-18 01:26:23 +08:00

TUN-1807: Send cloudflared version in Connect RPC

This commit is contained in:
Chung-Ting Huang
2019-05-03 16:43:45 -05:00
parent 945320880a
commit 14f50d0922
6 changed files with 244 additions and 355 deletions

View File

@@ -55,6 +55,8 @@ struct CapnpConnectParameters {
numPreviousAttempts @2 :UInt8;
# user defined labels for this cloudflared
tags @3 :List(Tag);
# release version of cloudflared
cloudflaredVersion @4 :Text;
}
struct ConnectResult {