From 09e7dfbb2b34f5281bc3fef0b02c13db714db212 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 11 Mar 2025 08:50:57 -0500 Subject: onward --- portmap.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portmap.proto') diff --git a/portmap.proto b/portmap.proto index fd9c297..f0cfdc3 100644 --- a/portmap.proto +++ b/portmap.proto @@ -3,8 +3,8 @@ syntax = "proto3"; package gus; message Portmap { - int64 listen = 1; // `autogenpb:unique` - string connect = 2; + int64 localport = 1; // `autogenpb:unique` + string dest = 2; bool enabled = 3; bool allowIPv4 = 4; bool useME = 5; -- cgit v1.2.3