add traffic limiter plugin

This commit is contained in:
ginuerzh
2023-11-18 18:26:15 +08:00
parent 0ae4157b9d
commit bfe81cbb44
8 changed files with 510 additions and 18 deletions

View File

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