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

@ -41,7 +41,7 @@ func main() {
}
resp := bypassResponse{
OK: true,
OK: false,
}
log.Printf("bypass: client=%s network=%s, addr=%s, host=%s", rb.Client, rb.Network, rb.Addr, rb.Host)