fix transparent proxy

This commit is contained in:
ginuerzh
2022-03-29 23:02:32 +08:00
parent 6a6367b8d1
commit 303f46f843
20 changed files with 493 additions and 68 deletions

View File

@ -0,0 +1,8 @@
package redirect
import "io"
type readWriter struct {
io.Reader
io.Writer
}