Skip to content

Commit

Permalink
Add container port to tunnel data (#2174)
Browse files Browse the repository at this point in the history
This allows the client to know which local port the remote port maps to.
  • Loading branch information
pawalt committed Aug 30, 2024
1 parent 9e27ee5 commit c46bab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,7 @@ message TunnelData {
uint32 port = 2;
optional string unencrypted_host = 3;
optional uint32 unencrypted_port = 4;
uint32 container_port = 5;
}

message TunnelStartRequest {
Expand Down

0 comments on commit c46bab0

Please sign in to comment.