client upload

This commit is contained in:
unknown
2022-02-03 11:05:24 -08:00
parent 1a30046915
commit db6a77d25e
282 changed files with 32766 additions and 0 deletions

View File

@ -0,0 +1,10 @@
syntax = "proto3";
package proto.network;
message connect_info
{
bytes infostring = 1;
bytes publickey = 2;
bytes signature = 3;
}