diff options
Diffstat (limited to 'redirect_command.proto')
| -rw-r--r-- | redirect_command.proto | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/redirect_command.proto b/redirect_command.proto new file mode 100644 index 0000000..7c1ce16 --- /dev/null +++ b/redirect_command.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +package whirl; + +message RedirectCommand { + int32 room_number = 1; + int32 ip_1 = 2; + int32 ip_2 = 3; + int32 ip_3 = 4; + int32 ip_4 = 5; + int32 port = 6; +} |