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