mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-09 20:50:34 +08:00
TUN-2765: Add list of features to tunnelrpc
This commit is contained in:
@@ -50,6 +50,8 @@ struct RegistrationOptions {
|
|||||||
uuid @11 :Text;
|
uuid @11 :Text;
|
||||||
# number of previous attempts to send RegisterTunnel/ReconnectTunnel
|
# number of previous attempts to send RegisterTunnel/ReconnectTunnel
|
||||||
numPreviousAttempts @12 :UInt8;
|
numPreviousAttempts @12 :UInt8;
|
||||||
|
# Set of features this cloudflared knows it supports
|
||||||
|
features @13 :List(Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct CapnpConnectParameters {
|
struct CapnpConnectParameters {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user