diff options
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; |
