mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 00:59:57 +00:00
TUN-6015: Add RPC method for pushing local config
This commit is contained in:
@@ -131,6 +131,7 @@ struct TunnelAuth {
|
||||
interface RegistrationServer {
|
||||
registerConnection @0 (auth :TunnelAuth, tunnelId :Data, connIndex :UInt8, options :ConnectionOptions) -> (result :ConnectionResponse);
|
||||
unregisterConnection @1 () -> ();
|
||||
updateLocalConfiguration @2 (config :Data) -> ();
|
||||
}
|
||||
|
||||
interface TunnelServer extends (RegistrationServer) {
|
||||
|
Reference in New Issue
Block a user