chore: listeners support tuic

This commit is contained in:
wwqgtxx
2022-12-04 23:05:13 +08:00
parent 62474e0ed6
commit c7f83d3ff1
6 changed files with 147 additions and 10 deletions

View File

@ -371,6 +371,9 @@ func ReCreateTuic(config LC.TuicServer, tcpIn chan<- C.ConnContext, udpIn chan<-
tuicListener = listener
for _, addr := range tuicListener.AddrList() {
log.Infoln("Tuic proxy listening at: %s", addr.String())
}
return
}