diff options
| author | Jeff Carr <[email protected]> | 2025-03-11 07:23:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-11 12:16:21 -0500 |
| commit | c325f872178779f51390d7265efc50fe6fac8235 (patch) | |
| tree | 8fd6911ed8827437208e09d9ee12c50941a43a9b /portmap.proto | |
| parent | c3e8971e30e39757d63cc440b0ba2ed68bb97533 (diff) | |
add enough to support libvirt Spice
Diffstat (limited to 'portmap.proto')
| -rw-r--r-- | portmap.proto | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/portmap.proto b/portmap.proto index 2a0d627..fd9c297 100644 --- a/portmap.proto +++ b/portmap.proto @@ -4,9 +4,12 @@ package gus; message Portmap { int64 listen = 1; // `autogenpb:unique` - string connect = 2; // `autogenpb:unique` + string connect = 2; bool enabled = 3; bool allowIPv4 = 4; + bool useME = 5; + string hosts = 6; + string iptables = 7; } message Portmaps { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:nomutex` |
