mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-08-04 15:19:13 +00:00
chore
This commit is contained in:
parent
9f82e5ac13
commit
86e720a8a7
1 changed files with 2 additions and 2 deletions
|
|
@ -351,11 +351,11 @@ func (s *Server) HandleConnection(conn net.Conn, dest net.Destination) {
|
|||
|
||||
user := s.GetUserByAddr(context.TODO(), addr)
|
||||
if user == nil {
|
||||
errors.LogError(context.Background(), "nil user for ", remote)
|
||||
errors.LogError(context.Background(), "nil user form ", remote, " to ", dest)
|
||||
return
|
||||
}
|
||||
|
||||
source := net.DestinationFromAddr(conn.RemoteAddr())
|
||||
source := net.DestinationFromAddr(remote)
|
||||
inbound := session.Inbound{
|
||||
Name: "wireguard",
|
||||
Tag: s.tag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue