mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-22 16:43:15 +08:00
Fix: import package
This commit is contained in:
parent
752944d381
commit
228d674d93
@ -2,6 +2,9 @@ package redir
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
|
||||
"github.com/riobard/go-shadowsocks2/socks"
|
||||
)
|
||||
|
||||
func parserPacket(conn net.Conn) (socks.Addr, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user