From c325f872178779f51390d7265efc50fe6fac8235 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 11 Mar 2025 07:23:13 -0500 Subject: add enough to support libvirt Spice --- portmap.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'portmap.proto') 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` -- cgit v1.2.3