add hop plugin

This commit is contained in:
ginuerzh
2023-09-28 21:02:11 +08:00
parent 4700171909
commit 8bc0679b5c
7 changed files with 576 additions and 13 deletions

View File

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