TUN-6015: Add RPC method for pushing local config

This commit is contained in:
João Oliveirinha
2022-04-20 17:52:55 +01:00
parent 8f0498f66a
commit d22cb4a6ca
4 changed files with 454 additions and 220 deletions

View File

@@ -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) {