Style: code style
This commit is contained in:
14
proxy/redir/tcp_other.go
Normal file
14
proxy/redir/tcp_other.go
Normal file
@ -0,0 +1,14 @@
|
||||
// +build !darwin,!linux,!freebsd
|
||||
|
||||
package redir
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
|
||||
"github.com/Dreamacro/clash/component/socks5"
|
||||
)
|
||||
|
||||
func parserPacket(conn net.Conn) (socks5.Addr, error) {
|
||||
return nil, errors.New("system not support yet")
|
||||
}
|
Reference in New Issue
Block a user