add path for bypass

This commit is contained in:
ginuerzh
2023-10-20 23:55:19 +08:00
parent fc558b9a31
commit e190e1c74d
2 changed files with 21 additions and 10 deletions

View File

@ -11,6 +11,7 @@ message BypassRequest {
string client = 2;
string network = 3;
string host = 4;
string path = 5;
}
message BypassReply {