Reverse port forwarding backend actually works now. UI needs some work for the "new vision".

This commit is contained in:
Simo Kinnunen
2014-10-09 18:34:13 +09:00
parent d55ccebdc5
commit 617e20522b
10 changed files with 395 additions and 195 deletions

View File

@@ -400,7 +400,6 @@ message ForwardCreateMessage {
required uint32 devicePort = 1;
required string targetHost = 2;
required uint32 targetPort = 3;
optional bool system = 4;
}
message ForwardRemoveMessage {