New: redir proxy

This commit is contained in:
Dreamacro
2018-08-12 04:00:34 +08:00
parent 0208e32933
commit 63308472ad
8 changed files with 254 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package redir
import (
"errors"
)
func parserPacket(conn net.Conn) (socks.Addr, error) {
return nil, errors.New("Windows not support yet")
}