mirror of https://github.com/v2ray/v2ray-core
fix access log in socks udp
parent
7365b0f9d7
commit
dd52e82c2d
|
@ -201,7 +201,7 @@ func (s *Server) handleUDPPayload(ctx context.Context, conn internet.Connection,
|
|||
if source, ok := proxy.SourceFromContext(ctx); ok {
|
||||
log.Record(&log.AccessMessage{
|
||||
From: source,
|
||||
To: request.Destination,
|
||||
To: request.Destination(),
|
||||
Status: log.AccessAccepted,
|
||||
Reason: "",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue