fix transparent proxy
This commit is contained in:
8
handler/redirect/tcp/conn.go
Normal file
8
handler/redirect/tcp/conn.go
Normal file
@ -0,0 +1,8 @@
|
||||
package redirect
|
||||
|
||||
import "io"
|
||||
|
||||
type readWriter struct {
|
||||
io.Reader
|
||||
io.Writer
|
||||
}
|
Reference in New Issue
Block a user