diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 03:12:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 07:59:25 -0500 |
| commit | fba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 (patch) | |
| tree | f1e787166b7a9f9d54c9551b9bf3db6d89fc1e46 /portmap.proto | |
| parent | dfbb8090acaba51ab29368202e5c97fd18856558 (diff) | |
start making it work in the real world
Diffstat (limited to 'portmap.proto')
| -rw-r--r-- | portmap.proto | 1 |
1 files changed, 1 insertions, 0 deletions
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` |
