add path option for hop

This commit is contained in:
ginuerzh
2023-11-09 20:33:46 +08:00
parent a1cc7a13e0
commit 0ae4157b9d
2 changed files with 21 additions and 11 deletions

View File

@ -11,6 +11,7 @@ message SelectRequest {
string addr = 2;
string host = 3;
string client = 4;
string path = 5;
}
message SelectReply {