Skip to content

Commit

Permalink
adds proxy_id to sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscape committed Nov 25, 2024
1 parent c624975 commit c94a5ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,8 @@ message Sandbox {

// Network access configuration beyond simple allow/block.
NetworkAccess network_access = 22;

optional string proxy_id = 23;
}

message SandboxCreateRequest {
Expand Down

0 comments on commit c94a5ae

Please sign in to comment.