New: redir proxy
This commit is contained in:
9
proxy/redir/tcp_windows.go
Normal file
9
proxy/redir/tcp_windows.go
Normal 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")
|
||||
}
|
Reference in New Issue
Block a user