diff options
| author | Jeff Carr <[email protected]> | 2025-03-09 07:07:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-09 07:07:41 -0500 |
| commit | 66000419bf15cb255e436db44a2a74bf104484e3 (patch) | |
| tree | 819327cff4db2f2e0e78e6f0caa575ea8e54968d /portmap.proto | |
| parent | eaedaded622316d3b59c2f3765cd2362e96ce54c (diff) | |
preliminary gui
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 a1a6814..a3c3964 100644 --- a/portmap.proto +++ b/portmap.proto @@ -16,6 +16,7 @@ message Events { message Portmap { int64 listen = 1; string connect = 2; + bool enabled = 3; } message Portmaps { // `autogenpb:marshal` `autogenpb:gui` |
