summaryrefslogtreecommitdiff
path: root/portmap.proto
diff options
context:
space:
mode:
Diffstat (limited to 'portmap.proto')
-rw-r--r--portmap.proto5
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`