Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions common/client_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ message InstanceInfo {
bool disable_all_traffic = 7 [deprecated = true];
optional string openid_display_name = 8;
optional ClientTrafficPolicy client_traffic_policy = 9;
// Added for 2.1
// When ANY enrolled instance has this true, the desktop
// client and CLI hide, block, and disconnect bare WireGuard tunnels
// (OR-across-instances semantics).
optional bool disable_tunnels = 10;
}

message DeviceConfigResponse {
Expand Down
Loading