Browse Source

debug info

v2ray 10 năm trước cách đây
mục cha
commit
1c5c1a7aef
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      proxy/socks/socks.go

+ 2 - 0
proxy/socks/socks.go

@@ -181,6 +181,8 @@ func (this *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.Wri
 		return err
 	}
 
+	log.Info("TCP Connect request to %s", dest.String())
+
 	packet := v2net.NewPacket(dest, data, true)
 	this.transport(reader, writer, packet)
 	return nil