aboutsummaryrefslogtreecommitdiff
path: root/commands/redirect_id_command.proto
blob: 023377d3c3eb6ddd071ccb21d3c8026547480b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "proto3";

package whirl;

message RedirectIDCommand {
  string room_name = 1;
  int32 room_number = 2;
  int32 ip_1 = 3;
  int32 ip_2 = 4;
  int32 ip_3 = 5;
  int32 ip_4 = 6;
  int32 port = 7;
}