From eaedaded622316d3b59c2f3765cd2362e96ce54c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Mar 2025 06:32:14 -0500 Subject: make a portmap protobuf & ConfigSave() --- portmap.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'portmap.proto') diff --git a/portmap.proto b/portmap.proto index c798895..a1a6814 100644 --- a/portmap.proto +++ b/portmap.proto @@ -2,6 +2,17 @@ syntax = "proto3"; package gus; +message Event { + string hostname = 1; + string version = 2; +} + +message Events { + string uuid = 1; + string version = 2; + repeated Event events = 3; +} + message Portmap { int64 listen = 1; string connect = 2; -- cgit v1.2.3