From 8efcb39ada60dc1ec7362ccb979df2a9445525ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 06:00:03 -0700 Subject: feat: initial commit --- RedirectIDCmd.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RedirectIDCmd.proto (limited to 'RedirectIDCmd.proto') diff --git a/RedirectIDCmd.proto b/RedirectIDCmd.proto new file mode 100644 index 0000000..2331a12 --- /dev/null +++ b/RedirectIDCmd.proto @@ -0,0 +1,13 @@ +syntax = "proto3"; + +package whirl; + +message RedirectIDCmd { + 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; +} -- cgit v1.2.3