From fba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 03:12:09 -0500 Subject: start making it work in the real world --- portmap.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'portmap.proto') diff --git a/portmap.proto b/portmap.proto index e9e21ff..7b29545 100644 --- a/portmap.proto +++ b/portmap.proto @@ -17,6 +17,7 @@ message Portmap { int64 listen = 1; // `autogenpb:unique` string connect = 2; // `autogenpb:unique` bool enabled = 3; + string uuid = 4; } message Portmaps { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:nomutex` -- cgit v1.2.3