mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
补充提交上一个commit遗漏的部分
This commit is contained in:
4
main.go
4
main.go
@@ -603,6 +603,10 @@ func handshakeInserver(iics *incomingInserverConnState) (wlc net.Conn, udp_wlc n
|
||||
if us, ok := wlc1.(utils.UserAssigner); ok {
|
||||
us.SetUser(u)
|
||||
}
|
||||
} else if udp_wlc1 != nil {
|
||||
if us, ok := udp_wlc1.(utils.UserAssigner); ok {
|
||||
us.SetUser(u)
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if udp_wlc != nil {
|
||||
|
||||
Reference in New Issue
Block a user