mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 22:40:32 +08:00
TUN-2165: Add ClientConfig to tunnelrpc.ConnectResult
This commit is contained in:
@@ -74,6 +74,8 @@ struct ConnectResult {
|
||||
err @0 :ConnectError;
|
||||
# Information about the server this connection is established with
|
||||
serverInfo @1 :ServerInfo;
|
||||
# How this cloudflared instance should be configured
|
||||
clientConfig @2 :ClientConfig;
|
||||
}
|
||||
|
||||
struct ConnectError {
|
||||
|
||||
Reference in New Issue
Block a user