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

@ -9,6 +9,7 @@ option go_package = "github.com/go-gost/plugin/resolver/proto";
message ResolveRequest {
string network = 1;
string host = 2;
string client = 3;
}
message ResolveReply {