diff options
| author | Jeff Carr <[email protected]> | 2025-03-11 08:50:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-11 12:16:21 -0500 |
| commit | 09e7dfbb2b34f5281bc3fef0b02c13db714db212 (patch) | |
| tree | 5d2bfd65fe9ab1af6dd47bc583cf5739a448a8e1 /portmap.proto | |
| parent | 92f8b4270626cb9c417bda005300e99ea2e71a45 (diff) | |
onward
Diffstat (limited to 'portmap.proto')
| -rw-r--r-- | portmap.proto | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
