Improve: add rc4-md5 and chacha20 supported with the fork

This commit is contained in:
Dreamacro
2018-09-21 15:27:51 +08:00
parent eb778ad6e2
commit 3e68faecb2
10 changed files with 31 additions and 31 deletions

View File

@ -4,7 +4,7 @@ import (
"net"
C "github.com/Dreamacro/clash/constant"
"github.com/riobard/go-shadowsocks2/socks"
"github.com/Dreamacro/go-shadowsocks2/socks"
)
// SocketAdapter is a adapter for socks and redir connection

View File

@ -6,7 +6,7 @@ import (
"strconv"
C "github.com/Dreamacro/clash/constant"
"github.com/riobard/go-shadowsocks2/socks"
"github.com/Dreamacro/go-shadowsocks2/socks"
)
func parseSocksAddr(target socks.Addr) *C.Addr {