add client ID

This commit is contained in:
ginuerzh
2023-09-19 22:32:40 +08:00
parent 288089404a
commit 0e42c7c67e
16 changed files with 134 additions and 71 deletions

View File

@ -8,6 +8,7 @@ option go_package = "github.com/go-gost/plugin/bypass/proto";
message BypassRequest {
string addr = 1;
string client = 2;
}
message BypassReply {