add mux support for tls & ws listeners

This commit is contained in:
ginuerzh
2021-04-11 14:33:17 +08:00
parent 4e04e7ed86
commit f6bd34f7a3
9 changed files with 455 additions and 37 deletions

1
go.mod
View File

@ -9,4 +9,5 @@ require (
github.com/shadowsocks/go-shadowsocks2 v0.1.4
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
github.com/sirupsen/logrus v1.8.1
github.com/xtaci/smux v1.5.15
)